/* =====================================================
   ABSORB - Canonical Design Tokens (Foundation layer)
   Source of truth for the approved ABSORB Design System.
   VARIABLES ONLY - intentionally not applied to elements.
   Visible brand application follows in a later phase.
   ===================================================== */
:root{
  --absorb-offwhite:#F6F7F5;
  --absorb-cloud:#ECEEEA;
  --absorb-mist:#DDE0DB;
  --absorb-softgrey:#C2C7C1;
  --absorb-slate:#6A716C;
  --absorb-graphite:#23292C;
  --absorb-charcoal:#15191B;
  --absorb-ink:#1A1F21;
  --absorb-emerald:#0B5C44;
  --absorb-emerald-600:#0E7052;
  --absorb-emerald-bright:#3DBB8C;
  --absorb-emerald-300:#6FCBA6;
  --absorb-emerald-tint:#E7F0EB;
  --absorb-bronze-deep:#8A5A2E;
  --absorb-bronze:#A9743F;
  --absorb-bronze-light:#C79A6B;
  --absorb-success:#0E7052;
  --absorb-error:#A93636;
  --absorb-warning:#B77F2C;
  --absorb-info:#2F6E74;
  --absorb-font-sans:'Hanken Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --absorb-font-mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  --absorb-weight-regular:400;
  --absorb-weight-medium:500;
  --absorb-weight-semibold:600;
  --absorb-weight-bold:700;
  --absorb-radius:8px;
  --absorb-radius-sm:6px;
  --absorb-radius-pill:100px;
  --absorb-space-xs:4px;
  --absorb-space-sm:8px;
  --absorb-space-md:16px;
  --absorb-space-lg:24px;
  --absorb-space-xl:40px;
  --absorb-space-2xl:64px;
  --absorb-space-section:96px;
  --absorb-container:1200px;
  --absorb-transition:180ms ease;
}