/* Self-hosted fonts — no Google Fonts dependency */

/* Syne (variable font — covers 400-800) */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/syne-latin.woff2) format('woff2');
}

/* Instrument Sans (variable font — covers 300-600) */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(/fonts/instrument-sans-latin.woff2) format('woff2');
}

/* Space Mono 400 */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/space-mono-400-latin.woff2) format('woff2');
}

/* Space Mono 700 */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/space-mono-700-latin.woff2) format('woff2');
}
