/* ============================================================
   Seil Coffee — Elevation Tokens
   Warm, soft shadows tinted toward the espresso brown rather
   than neutral gray — keeps the system feeling sun-warmed.
   ============================================================ */
:root {
  --shadow-xs:  0 1px 2px rgba(59, 24, 6, 0.06);
  --shadow-sm:  0 2px 6px rgba(59, 24, 6, 0.08);
  --shadow-md:  0 6px 18px rgba(59, 24, 6, 0.10);
  --shadow-lg:  0 16px 40px rgba(59, 24, 6, 0.14);
  --shadow-xl:  0 28px 70px rgba(59, 24, 6, 0.18);

  /* Blue-tinted lift for elements over light backgrounds */
  --shadow-blue: 0 14px 34px rgba(13, 70, 120, 0.18);
  /* Gold glow for accent/CTA emphasis */
  --shadow-gold: 0 10px 26px rgba(225, 158, 39, 0.30);

  --ring-focus: 0 0 0 3px rgba(225, 158, 39, 0.45);
  --ring-focus-blue: 0 0 0 3px rgba(13, 70, 120, 0.30);
}
