/* Self-hosted brand fonts. Latin subset only. Variable fonts so one file covers
   the whole weight range we use. Delivered from same-origin so they don't block
   LCP the way https://fonts.googleapis.com does. */

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

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/fraunces-variable.woff2") format("woff2-variations"),
       url("/fonts/fraunces-variable.woff2") format("woff2");
}

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