/* fonts.css — self-hosted @font-face declarations (latin subset only)
 * Files live in /static/fonts/. Nunito and Caveat ship as variable fonts —
 * one file covers the whole weight range. */

@font-face {
  font-family: "Shrikhand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/shrikhand-400.woff2") format("woff2");
}

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

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

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/ibmplexmono-400.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/ibmplexmono-500.woff2") format("woff2");
}
