/* ==========================================================================
   ICC Berlin - Self-hosted Fonts (DSGVO/RGPD-konform)
   ==========================================================================
   Polices auto-hébergées : aucune requête vers Google (jurisprudence
   LG München I, 3 O 17493/20). Sous-ensemble latin (couvre FR/DE/EN).
   Source : Google Fonts (licences OFL), téléchargées le 12.06.2026.
   ========================================================================== */

/* Open Sans — police variable (graisse 300 à 800) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/open-sans-variable.woff2') format('woff2');
}

/* Poppins — graisses statiques */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400.woff2') format('woff2');
}

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

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

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