/* Compose-Terminal - Custom Iosevka build for math rendering
   Includes ss20 feature for vinculum clearance
   License: SIL Open Font License */

@font-face {
  font-family: 'Compose-Terminal';
  src: url('Compose-Terminal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Mono stack: Compose-Terminal with fallback */
:root {
  --mono-font: 'Compose-Terminal', monospace;
  --math-font: 'Compose-Terminal', monospace;
}

pre, code {
  font-family: var(--mono-font);
}
