/* Polices auto-hébergées : sous-ensemble latin, licence OFL.
   Fichiers dans /static/fonts/ : pas de CDN tiers (RGPD).
   Bricolage Grotesque et Public Sans sont des fontes variables (axe wght). */

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url("fonts/bricolage-grotesque-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/public-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-700-latin.woff2") format("woff2");
}
