/* Theme 1: Gold/Dark (Default) - variables only, styles.css has all rules */
:root {
  --primary: #c9a84c;
  --primary-dark: #a07830;
  --secondary: #1a1a2e;
  --accent: #e94560;
  --bg: #0f0f1a;
  --bg-card: #1a1a2e;
  --bg-card2: #16213e;
  --text: #f0f0f0;
  --text-muted: #a0a0b0;
  --border: #2a2a4a;
  --shadow: rgba(201, 168, 76, 0.2);
  --nav-bg: rgba(15,15,26,0.97);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Raleway', 'Segoe UI', sans-serif;
  --radius: 8px;
  --transition: all 0.3s ease;
}
