/*
 * IP·NOT — Fonts auto-hébergées (SEC-007 / F-04, audit 2026-05-25)
 *
 * Trois familles utilisées dans l'app :
 *   - Outfit (logo IP·NOT, headings) — SIL Open Font License 1.1
 *   - Space Grotesk (tagline, accents typo) — SIL Open Font License 1.1
 *   - Inter (UI corps de texte, profil) — SIL Open Font License 1.1
 *
 * Source : @fontsource (mirror NPM des Google Fonts, subset latin uniquement).
 * font-display:swap pour éviter le FOIT et améliorer le LCP.
 *
 * RGPD : aucune requête sortante vers fonts.googleapis.com / fonts.gstatic.com.
 *        Compliant CNIL délibération Google Fonts 2022.
 */

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

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../img/fonts/outfit-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../img/fonts/outfit-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../img/fonts/outfit-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../img/fonts/space-grotesk-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../img/fonts/space-grotesk-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../img/fonts/space-grotesk-700.woff2') format('woff2');
}
