/* MAIDO! AI LABO — Typography tokens */
:root{
  --font-display:'Zen Maru Gothic','M PLUS Rounded 1c',system-ui,sans-serif; /* headings, JP + Latin */
  --font-body:'Zen Maru Gothic','M PLUS Rounded 1c',system-ui,sans-serif;    /* body copy */
  --font-wordmark:'Quicksand','Zen Maru Gothic',system-ui,sans-serif;        /* MAIDO! AI LABO Latin lockup */

  /* Type scale */
  --fs-caption:12px; --fs-small:14px; --fs-body:16px; --fs-body-lg:18px;
  --fs-h4:20px; --fs-h3:24px; --fs-h2:32px; --fs-h1:44px; --fs-display:60px;

  /* Weights */
  --fw-regular:400; /* @kind font */
  --fw-medium:500; /* @kind font */
  --fw-bold:700; /* @kind font */
  --fw-black:900; /* @kind font */

  /* Line heights */
  --lh-tight:1.15; /* @kind font */
  --lh-snug:1.35; /* @kind font */
  --lh-normal:1.6; /* @kind font */
  --lh-relaxed:1.8; /* @kind font */

  /* Letter spacing — the wordmark uses wide tracking on the cards */
  --ls-tight:-0.01em; /* @kind font */
  --ls-normal:0; /* @kind font */
  --ls-wide:0.08em; /* @kind font */
  --ls-wordmark:0.18em; /* @kind font */
}
