/* Post — self-hosted variable fonts. Import once, then use the families below.
   Both are variable: Fraunces exposes opsz (9–144) + wght (100–900); Schibsted exposes wght (400–900). */

@font-face {
  font-family: "Fraunces";
  src: url("./fonts/Fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("./fonts/Fraunces-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("./fonts/SchibstedGrotesk.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("./fonts/SchibstedGrotesk-Italic.woff2") format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
