/* ============================================
   STUDIO X37 — WEBFONTS
   X37 Sigils: the brand's hand-painted glyph
   alphabet, vector-traced from the original
   sheet and compiled to TTF. A–Z (both cases),
   0–9, core punctuation.
   ============================================ */

@font-face {
  font-family: 'X37 Sigils';
  src: url('../assets/fonts/X37Sigils.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --font-sigil: 'X37 Sigils', 'Syne', sans-serif;
}

/* Sigil display utility — NOT for body copy; glyphs are
   deliberately illegible. Pair with a readable caption. */
.x37-sigil {
  font-family: var(--font-sigil);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text-display);
}
