/* ============================================================
   Atrio Studio — Fonts (self-hosted)
   Pairing: Almagre · Newsreader + Inter + JetBrains Mono.

   Los archivos .woff2 viven en /assets/fonts/. Mientras no estén
   presentes, los font-family declarados en tokens.css recurren a
   la system stack (ui-serif / system-ui / ui-monospace) para que
   el sitio nunca quede invisible.
   ============================================================ */

/* ---------- Newsreader (display) ---------- */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("newsreader-variable.woff2") format("woff2-variations"),
       url("newsreader-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Inter (body) ---------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("inter-variable.woff2") format("woff2-variations"),
       url("inter-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- JetBrains Mono (técnico / labels) ---------- */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("jetbrains-mono-variable.woff2") format("woff2-variations"),
       url("jetbrains-mono-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
