/* Open Sauce One, self-hosted (packaged by @fontsource/open-sauce-one, SIL OFL).
   Served first-party so no visitor data (IP) reaches a third-party font CDN.
   Only the latin subset in weights 300/400/700 is used by the site. */
@font-face {
  font-family: 'Open Sauce One';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/open-sauce-one-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sauce One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/open-sauce-one-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sauce One';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/open-sauce-one-latin-700-normal.woff2') format('woff2');
}
