/* ============================================================
   InTheRoom Productions — Fonts
   ------------------------------------------------------------
   SUBSTITUTION NOTE: The reference brand voice is a licensed
   engineered grotesk (BMW Type Next-class). It is replaced here
   with ARCHIVO — an open, slightly squared grotesk with the same
   "European-engineered" feel and a wide weight range (300 Light
   for body, 700/800 for stamped display). JetBrains Mono carries
   telemetry / spec numerals. Swap in the licensed face for
   production by replacing the @import below and the var values.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  /* Family stacks */
  --font-display: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body:    "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Weight axis — the editorial signature is heavy display vs light body */
  --weight-light:    300;
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;
  --weight-black:    800;
}
