:root {
  --bg: #080808;
  --bg-elevated: #0f0f0f;
  --surface: #141414;
  --surface-glass: rgba(20, 20, 20, 0.72);
  --border: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(201, 169, 98, 0.35);

  --text: #f5f3ef;
  --text-muted: #9a9690;
  --text-dim: #6b6762;

  --gold: #c9a962;
  --gold-light: #e0c98a;
  --gold-soft: rgba(201, 169, 98, 0.12);
  --gold-glow: rgba(201, 169, 98, 0.25);

  --white: #ffffff;
  --black: #000000;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.4);
  --shadow-gold: 0 0 40px rgba(201, 169, 98, 0.08);

  --header-height: 72px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --blur: 16px;

  --container: 1200px;
  --container-wide: 1400px;
}
