/* Backlight — fuentes locales. Paths POSIX relativos a este archivo.
   Uso: <link rel="stylesheet" href="assets/fonts/fonts.css">

   ⚠ BARQUES ES UNA LOGO TYPEFACE, NO UNA FUENTE DE TEXTO.
   140 glifos. NO incluye: á é í ó ú ñ Ñ Í Ú.
   Sí incluye: mayúsculas A-Z, minúsculas a-z sin acentos, 0-9, ¡ ¿ Á É Ó Ü.
   → Úsala solo en el logo y en display MAYÚSCULA sin Í Ú Ñ.
   → Cualquier texto en español real va en Outfit. Ver references/design-tokens.md. */

@font-face { font-family: "Barques"; src: url("Barques-Thin.woff2") format("woff2");
  font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "Barques"; src: url("Barques-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Barques"; src: url("Barques-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Barques"; src: url("Barques-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Barques"; src: url("Barques-ExtraBold.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Barques"; src: url("Barques-Heavy.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap; }

/* Outfit — subset latin completo (223 glifos, acentos españoles incluidos). */
@font-face { font-family: "Outfit"; src: url("Outfit-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Outfit"; src: url("Outfit-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Outfit"; src: url("Outfit-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Outfit"; src: url("Outfit-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Outfit"; src: url("Outfit-ExtraBold.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap; }
