/* Local @font-face for Fontshare test fonts.
   Only General Sans is referenced by assets/css/style.css (--font-head / .hero-sector-line).
   Satoshi and Switzer are unused and were removed to avoid needless downloads.
   Self-hosted woff2 files live in assets/fonts/. */

@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/general-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/general-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/general-sans-700.woff2') format('woff2');
}
