:root {
  --bg-primary: #111111;
  --bg-surface: #1A1A1A;
  --accent-blue: #38BDF8;
  --accent-cyan: #0EA5E9;
  --text-primary: #FFFFFF;
  --text-muted: #E2E8F0;
  --text-subtle: #94A3B8;
  --border: rgba(56, 189, 248, 0.15);
  --font-display: 'Playfair Display', serif;
  --font-body: 'Outfit', sans-serif;
  --radius: 12px;
  --transition: 0.3s ease;
}
