/* Inter, self-hosted from @fontsource-variable/inter and copied to /fonts/ by a
   passthrough in eleventy.config.js. `latin` subset only — it covers æ, ø and
   å. font-display: swap so text paints immediately in the fallback. */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2-variations");
}
