/*
  Self-hosted fonts.

  Files live under /static/fonts/... and are served as /fonts/... on the site.
  Prefer WOFF2 for modern browsers.
*/

/* ----------------------------
   Atkinson Hyperlegible
   - Body font via --font-secondary in /layouts/partials/style.html
---------------------------- */
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/atkinson-hyperlegible-v12-latin/atkinson-hyperlegible-v12-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/atkinson-hyperlegible-v12-latin/atkinson-hyperlegible-v12-latin-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/atkinson-hyperlegible-v12-latin/atkinson-hyperlegible-v12-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/atkinson-hyperlegible-v12-latin/atkinson-hyperlegible-v12-latin-700italic.woff2") format("woff2");
}

/* ----------------------------
   Special Gothic Expanded One
   - Headings via --font-main in /layouts/partials/style.html
   - Regular only (400)
---------------------------- */
@font-face {
  font-family: "Special Gothic Expanded One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/special-gothic-expanded-one-v2-latin/special-gothic-expanded-one-v2-latin-regular.woff2") format("woff2");
}
