/* TAL-3896 — fuentes self-hosted del Vibe Agents Bootcamp (cero Google Fonts
 * en prod). Las tres familias son FUENTES VARIABLES: un solo woff2 por familia
 * cubre todos los pesos del rango declarado (Unbounded 700/900, Space Grotesk
 * 500/700, Inter 400/600). Subset latin — suficiente para es / en / pt-BR.
 *
 * Uso en el HTML final (head):
 *   <link rel="preload" href="/assets/fonts/unbounded-var-latin.woff2" as="font" type="font/woff2" crossorigin>
 *   <link rel="preload" href="/assets/fonts/inter-var-latin.woff2" as="font" type="font/woff2" crossorigin>
 *   <link rel="stylesheet" href="/assets/fonts/fonts.css">
 * (preload solo de las que pintan above-the-fold; Space Grotesk si aplica)
 */

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("/assets/fonts/unbounded-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/inter-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
