/* ---------- Type ----------
   Archivo is the voice: 800 at -3.8% tracking for display, 500 for body,
   700 uppercase at +0.19em for the utility line.
   Gochi Hand is the exception: wordmark, one word per headline, asides.
   Never body copy, nav, form labels or legal text. Never below 22px.
   Never end a handwriting stack with the generic `cursive` keyword.
--------------------------------------------------------------------- */
:root{
  --nm-font-hand: "Gochi Hand", "Bradley Hand", "Chalkboard SE", "Segoe Print", sans-serif;
  --nm-hand-min: 22px;   /* never set --nm-font-hand below this */
  --nm-font-sans: "Archivo", system-ui, -apple-system, sans-serif;
  /* Gochi Hand has ONE weight (400). font-weight:700 on it triggers
     synthetic bolding, which smears the marker texture. Always 400. */
  --nm-weight-display: 800;
  --nm-weight-util: 700;
  --nm-weight-body: 500;
  --nm-weight-body-strong: 600;
  --nm-weight-hand: 400;

  --nm-track-display: -0.038em;  /* headlines at 800 */
  --nm-track-h3:      -0.028em;
  --nm-track-price:   -0.055em;
  --nm-track-util:     0.19em;   /* uppercase utility line at 700 */
  --nm-track-pill:     0.11em;

  --nm-size-caption: 0.85rem;
  --nm-size-body:    1.0625rem;  /* 17px */
  --nm-size-lede:    1.1rem;
  --nm-size-h3:      1.3rem;
  --nm-size-h2:      clamp(1.85rem, 4.3vw, 2.8rem);
  --nm-size-h1:      clamp(2.4rem, 6.4vw, 4.2rem);
  --nm-size-util:    0.68rem;
  --nm-size-price:   3.4rem;
  --nm-size-hand-sm: 1.45rem;    /* 23px — the lowest legal Gochi size */

  --nm-leading-display: 1.03;
  --nm-leading-hand: 1.1;
  --nm-leading-body: 1.6;

  /* Semantic aliases */
  --nm-text-display: var(--nm-font-sans);
  --nm-text-signature: var(--nm-font-hand);
}
