/* Hallmark · portable token export
 * theme: custom · vibe: "warm operator, local, unhurried, plainspoken"
 * axes: light / geometric-sans / chromatic-terracotta (~36°)
 * Source of truth for the Base onboarding + dashboard prototype.
 */

:root {
  /* ---------------------------------------------------------------- colour */
  --color-paper:        oklch(96.5% 0.013 72);   /* page ground, warm cream    */
  --color-paper-2:      oklch(93.5% 0.018 66);   /* sunken / alternating band  */
  --color-surface:      oklch(99.2% 0.005 80);   /* raised card                */
  --color-ink:          oklch(23%   0.017 48);   /* primary text               */
  --color-ink-2:        oklch(43%   0.014 50);   /* secondary text             */
  --color-muted:        oklch(54%   0.013 54);   /* helper / meta text         */
  --color-rule:         oklch(87%   0.013 68);   /* dividers, borders          */
  --color-rule-2:       oklch(92.5% 0.011 70);   /* faint dividers             */
  --color-accent:       oklch(54%   0.155 36);   /* terracotta — fills         */
  --color-accent-deep:  oklch(46%   0.145 34);   /* terracotta — text on paper */
  --color-accent-wash:  oklch(94.5% 0.032 46);   /* selected-state tint        */
  --color-accent-ink:   oklch(98.5% 0.008 78);   /* text on accent fill        */
  --color-signal:       oklch(50%   0.095 146);  /* data deltas only, + glyph  */
  --color-focus:        oklch(50%   0.20  36);   /* focus ring                 */
  --color-scrim:        oklch(23%   0.017 48 / 0.4); /* modal backdrop         */

  /* ------------------------------------------------------------- typography */
  --font-display: "Bricolage Grotesque", ui-sans-serif, Segoe UI, sans-serif;
  --font-body:    "Geist", ui-sans-serif, -apple-system, Segoe UI, sans-serif;
  --font-figure:  "Geist Mono", ui-monospace, SFMono-Regular, monospace;

  --text-xs:   0.75rem;
  --text-sm:   0.8125rem;
  --text-base: 1rem;
  --text-md:   1.125rem;
  --text-lg:   1.375rem;
  --text-xl:   1.75rem;
  --text-2xl:  2.1875rem;
  --text-3xl:  2.75rem;
  --text-display:   clamp(2.125rem, 6.5vw + 0.5rem, 3.25rem);
  --text-display-s: clamp(1.75rem, 5vw + 0.5rem, 2.5rem);

  /* ------------------------------------------------------------------ space */
  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  0.75rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;

  /* ----------------------------------------------------------------- shape */
  --radius-card:  12px;
  --radius-field: 10px;
  --radius-pill:  999px;
  --rule-hair:    1px;

  /* ---------------------------------------------------------------- motion */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:     cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long:  420ms;

  /* ---------------------------------------------------------------- layers */
  --z-base:     1;
  --z-raised:   10;
  --z-dropdown: 100;
  --z-sticky:   200;
  --z-modal:    400;
  --z-toast:    500;

  /* --------------------------------------------------------------- shadows */
  --shadow-whisper: 0 1px 2px oklch(23% 0.017 48 / 0.06);
  --shadow-lift:    0 8px 24px -12px oklch(23% 0.017 48 / 0.22);
}
