/* Dalby Studio — Typography
   Three faces, one per arm of the business:
     Archivo (grotesque)  — the studio + advisory voice. Wordmark, headings, UI.
     IBM Plex Mono        — engineering. Labels, metadata, captions, drawing-sheet notes.
     Newsreader (serif)   — the imprint. Long-form, book pages, pull quotes. */

:root {
  /* ---- Families -------------------------------------------------- */
  --font-display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-sans:    'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
  --font-serif:   'Newsreader', Georgia, 'Times New Roman', serif;

  /* ---- Weights --------------------------------------------------- */
  --w-light:    300; /* @kind font */
  --w-regular:  400; /* @kind font */
  --w-medium:   500; /* @kind font */
  --w-semibold: 600; /* @kind font */
  --w-bold:     700; /* @kind font */
  --w-extra:    800; /* @kind font */
  --w-black:    900; /* @kind font */  /* the wordmark + biggest display */

  /* ---- Type scale (editorial, generous) -------------------------- */
  --text-2xs:  11px;
  --text-xs:   12px;
  --text-sm:   14px;
  --text-base: 16px;
  --text-md:   18px;
  --text-lg:   21px;
  --text-xl:   26px;
  --text-2xl:  33px;
  --text-3xl:  44px;
  --text-4xl:  60px;
  --text-5xl:  82px;
  --text-6xl:  112px;

  /* ---- Line heights ---------------------------------------------- */
  --leading-tight:   1.04; /* @kind font */  /* display */
  --leading-snug:    1.18; /* @kind font */  /* headings */
  --leading-normal:  1.5; /* @kind font */    /* body */
  --leading-relaxed: 1.62; /* @kind font */   /* long-form serif */

  /* ---- Tracking -------------------------------------------------- */
  --track-wordmark: -0.02em; /* @kind font */ /* tight, confident */
  --track-tight:    -0.015em; /* @kind font */
  --track-normal:   0; /* @kind font */
  --track-label:    0.14em;  /* @kind font */ /* mono labels, tracked-out caps */
  --track-wide:     0.22em;  /* @kind font */ /* drawing-sheet labels */
}
