/* Polices auto-hébergées (Fraunces, Nunito Sans, Fredericka the Great —
   Google Fonts, licence OFL) — pas d'appel à un CDN tiers, donc pas de
   bannière cookies requise pour ça. */

@font-face {
  font-family: "Fredericka the Great";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/fredericka-the-great.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/fraunces-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/fraunces-italic-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/static/fonts/nunito-sans-variable.woff2") format("woff2");
}
