/* Self-hosted fonts -- replaces all Google Fonts (fonts.googleapis.com / fonts.gstatic.com)
   references site-wide. Include this ONE file wherever a page previously had
   Google Fonts <link> tags: <link rel="stylesheet" href="/assets/css/fonts.css">
   Covers every weight combination previously requested across all pages
   (300/400/500/600/700/800 for Quicksand); browsers only download the specific
   weight files a page's CSS actually uses, so serving the full set everywhere
   costs nothing extra in practice. */

@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand/quicksand-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand/quicksand-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand/quicksand-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand/quicksand-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand/quicksand-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Share Tech Mono';
  src: url('/assets/fonts/share-tech-mono/share-tech-mono-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

 