/* Polices auto-hébergées (fichiers variables, sous-ensemble latin) —
   aucune dépendance CDN : la PWA doit fonctionner hors-ligne. */

/* Moderat — police corporate TMR (maquette Figma), fournie par le client */
@font-face {
  font-family: 'Moderat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Moderat-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Moderat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Moderat-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Moderat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Moderat-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Moderat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/Moderat-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/HankenGrotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/Inter.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/JetBrainsMono.woff2') format('woff2');
}
