/* Cohere Design System — Elevation
   The system is mostly flat: depth comes from surface alternation, borders,
   and media contrast rather than drop shadows. Only a focus ring and one
   very soft card lift are defined. */
:root {
  --shadow-none: none;
  --shadow-card-lift: 0 1px 2px rgba(23, 23, 28, 0.04), 0 8px 24px rgba(23, 23, 28, 0.06);
  --ring-focus: 0 0 0 3px rgba(76, 110, 230, 0.35);
  --ring-error: 0 0 0 3px rgba(179, 0, 0, 0.2);
}
