/* ============================================================
   combo.codes — Webfonts
   Share Tech Mono ... the single brand typeface (logo, headings, brand elements)
   Space Grotesk  ... neutral grotesque for long-form body / UI copy
   ============================================================ */

@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/ShareTechMono-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/SpaceGrotesk-Variable.woff2') format('woff2');
}
