/* Damos en el Blanco — @font-face (SELF-HOSTED)
   Diferència respecte al DS original: aquí NO fem servir el CDN de Google per a
   JetBrains Mono (RGPD + rendiment). Totes les fonts s'auto-allotgen al tema.

   ⚠️ Labil Grotesk: només existeix el pes 500 (Medium). Igual que el DS,
   mapem 400 i 700 sobre el mateix fitxer perquè res caigui al fallback a mig
   layout — però NO són pesos reals. Fixa 500 a tot arreu i evita la negreta,
   o sortiran faux-bolds. */

/* ---- Labil Grotesk (principal) — 1 sol fitxer, 3 àlies de pes ---- */
@font-face {
  font-family: 'Labil Grotesk';
  src: url('../../fonts/LabilGrotesk-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Labil Grotesk';
  src: url('../../fonts/LabilGrotesk-Medium.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Labil Grotesk';
  src: url('../../fonts/LabilGrotesk-Medium.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---- JetBrains Mono (veu tècnica) — auto-allotjada, subconjunt llatí ---- */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../../fonts/jetbrains-mono-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../../fonts/jetbrains-mono-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../../fonts/jetbrains-mono-latin-700-normal.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../../fonts/jetbrains-mono-latin-400-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
