/* Theme CSS — Crest brand styles */
/* All design system tokens and brand CSS lives here */
:root {
  --bg: #0d1117;
  --bg-2: #111827;
  --teal: #00d4aa;
  --teal-dim: rgba(0, 212, 170, 0.12);
  --amber: #fb923c;
  --amber-dim: rgba(251, 146, 60, 0.12);
  --cream: #e8e5d7;
  --muted: rgba(232, 229, 215, 0.5);
  --border: rgba(255, 255, 255, 0.07);
}