/* Batin skrifter, selv-hostet. Ingen eksterne kall.
   Fraunces og Public Sans er variable fonter (én fil per familie).
   Kilde: Google Fonts (OFL-lisens). */

@font-face {
  font-family: "Fraunces";
  src: url("fraunces-var.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

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

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