/* TsT portfolio — host tokens (lesson #39). DA3 Quinn. Not BJ Field. Not cream-pill. */
:root {
  --paper: #f4f2ef;
  --ink: #dc3a1a;
  --mute: #a8321a;
  --text: #2a1814;
  --line: #e6e2dc;
  --weapon: #dc3a1a;
  --on-weapon: #f4f2ef;
  --space: 8px;
  --type-ratio: 1.618;
  --display: Fraunces, "Times New Roman", serif;
  --ui: Outfit, system-ui, sans-serif;
}

@font-face {
  font-family: Fraunces;
  src: url("./assets/fonts/fraunces-latin-wght-normal.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Fraunces;
  src: url("./assets/fonts/fraunces-latin-wght-italic.woff2") format("woff2");
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Outfit;
  src: url("./assets/fonts/outfit-latin-wght-normal.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
