/* ==========================================================================
   TERRUM V7 DESIGN SYSTEM - VARIABLES & TOKENS
   ========================================================================== */

:root {
  /* Colors */
  --ink: #0A0D12;          /* deep blue-black — brand navy, taken to its floor */
  --ink2: #131820;
  --ink3: #1C232C;
  --paper: #E9E7E1;        /* limestone */
  --paper2: #DFDCD4;       /* limestone, shadowed */
  --card: #F5F3EF;         /* warm white */
  --volt: #0F5138;         /* brand green, deepened to emerald */
  --grow: #1A7A54;         /* emerald, mid tint */
  --zest: #C7B492;         /* champagne — the only warm note */
  --sand: #C7B492;
  --line: rgba(10, 13, 18, .16);
  --line-l: rgba(255, 255, 255, .16);

  /* Typography */
  --fd: 'Kanit', sans-serif;
  --fb: 'Onest', sans-serif;
  --fm: 'IBM Plex Mono', monospace;

  /* Geometry & Spacing */
  --r: 3px;
  --rl: 4px;
  --pad: clamp(22px, 6vw, 88px);
  --mw: 1440px;

  /* Easing */
  --e: cubic-bezier(.16, .84, .24, 1);
}
