/* VARÐA tokens: the eva house palette and faces. Engine owns this file; the hub, /resume and the emblem import it.
   EvaMincho has no Ð (U+00D0): set "VARÐA" in HerosCn. */
@font-face { font-family: EvaMincho; src: url(../fonts/mincho-900.woff2) format('woff2'); font-weight: 900; font-display: block; }
@font-face { font-family: HerosCn; src: url(../fonts/heros-cn-bold.woff2) format('woff2'); font-weight: 700; font-display: block; }
@font-face { font-family: HerosCn; src: url(../fonts/heros-cn-regular.woff2) format('woff2'); font-weight: 400; font-display: block; }
@font-face { font-family: Heros; src: url(../fonts/heros-regular.woff2) format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Heros; src: url(../fonts/heros-bold.woff2) format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --k: #000;
  --o: #ff8a1f;
  --o-text: #ffa04a;
  --o-dim: #c9772f;
  --o-line: #5e300d;
  --o-wash: rgba(255, 138, 31, .12);
  --r: #ff3b22;
  --w: #f3eee6;
  --cn: HerosCn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: Heros, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mincho: EvaMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  --edge: 28px;
  color-scheme: dark;
}
@media (max-width: 700px) { :root { --edge: 16px; } }
