/* BDF — Polices auto-hébergées (Poppins + Playfair Display).
   Aucune dépendance externe (RGPD). Ne pas charger Google Fonts sur ce site.
   Ce fichier doit être lié en dernier dans <head> pour primer sur les
   déclarations font-family des <style> inline existants, sans !important
   (spécificité html body > body). */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/font/poppins/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/font/poppins/poppins-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/font/poppins/poppins-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/font/poppins/poppins-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/font/playfair-display/playfairdisplay-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/font/playfair-display/playfairdisplay-var.woff2') format('woff2');
}

html body,
html input,
html select,
html textarea,
html button {
  font-family: 'Poppins', Arial, sans-serif;
}
