/* Self-hosted (14 Aug consent round): the two Google Fonts families, latin
   subsets, served first-party so no page load talks to Google. Outfit is the
   variable file covering 300-700. Same font-display: swap the hosted CSS used. */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/bebas-neue-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/outfit-latin-var.woff2") format("woff2");
}
