/* Self-hosted brand fonts (GDPR — no runtime CDN). Variable woff2, latin (wght axis). */
@font-face {
  font-family: "Archivo";
  src: url("./archivo-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("./caveat-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hurricane";
  src: url("./hurricane-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans-var.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reenie Beanie";
  src: url("./reenie-beanie-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
