/* Loophole Labs — webfonts
   The complete, canonical set (nothing else is used in product or website):
   - commit-mono-variable.woff2      → 'Commit Mono', variable weight (brand typeface)
   - commit-mono-nerd-propo.woff2    → 'CommitMono Nerd Font Propo' (glyphs/icons)
   Commit Mono: Eigil Nikolajsen, SIL OFL 1.1. */

@font-face {
  font-family: 'Commit Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url('../assets/fonts/commit-mono-variable.woff2') format('woff2-variations'),
       url('../assets/fonts/commit-mono-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'CommitMono Nerd Font Propo';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../assets/fonts/commit-mono-nerd-propo.woff2') format('woff2');
}
