/* Loom Systems typography — pairing A locked 2026-07-15 (AGE-32)
   Display: Fraunces 600 | Body: Albert Sans 400/600 | Labels: IBM Plex Mono 400
   Self-hosted WOFF2 (Fontsource, OFL). No font CDNs. */

@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Albert Sans';
  src: url('fonts/albert-sans-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Albert Sans';
  src: url('fonts/albert-sans-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('fonts/ibm-plex-mono-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Albert Sans', system-ui, -apple-system, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, Consolas, monospace;
}
