/* Self-hosted fonts for Fireside 610 — eliminates Google Fonts CDN round-trip on mobile */

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

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

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/dmsans-italic-400.woff") format("woff");
}
