@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/SpecialElite-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Earthbound';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Earthbound-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Quicksand-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Quicksand-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2');
}

/* Self-hosted brand fonts — Zeitgeist (display/hero); headings use Earthbound; Special Elite reserved for chalkboard promo tiles; body is Quicksand (see site.css). Control Room uses fonts-inter.css. */

@font-face {
  font-family: 'Zeitgeist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Zeitgeist-Alternative.woff2') format('woff2'),
       url('../fonts/Zeitgeist-Alternative.woff') format('woff');
}

@font-face {
  font-family: 'Zeitgeist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Zeitgeist-Alternative.woff2') format('woff2'),
       url('../fonts/Zeitgeist-Alternative.woff') format('woff');
}
