/* ==========================================================================
   Sante Global — Design Tokens
   Single source of truth for colors used across the entire site.
   Change a value here and it updates everywhere, on every page.
   ========================================================================== */

:root {
  --bg: #080706;
  --bg2: #0F0E0C;
  --bg3: #161411;
  --amber: #C8923A;
  --amber2: #E0A94A;
  --cream: #F0EAE0;
  --cream2: #D8D0C4;
  --muted: #6E6860;
  --line: rgba(255, 255, 255, .06);
}
