/* Stria MEDia type system.
   Two faces, tightly used — the system reads systematic, not decorative.
     Manrope      wordmark, display, headings AND body. Weight carries hierarchy (200–800).
     Space Mono   the data / index / credential voice. Caps, wide tracking. */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap");

:root {
  --font-display: "Manrope", system-ui, sans-serif;
  --font-sans: "Manrope", system-ui, sans-serif;
  --font-mono: "Space Mono", ui-monospace, Menlo, monospace;
  --font-subline: var(--font-mono);
  --font-body: var(--font-sans);
  --font-heading: var(--font-display);
  --font-wordmark: var(--font-display);
}
