/* Explain: Theme design tokens with luxury gold and black colors. - */
:root {
    --primary-color: #C5A880; /* Champagne Gold */
    --primary-hover: #A88F6D;
    --secondary-color: #2A2A2A; /* Deep Charcoal */
    --background-color: #FAFAFA; /* Warm White */
    --text-color: #333333; /* Dark Charcoal */
    --text-muted: #666666;
    --border-color: #EAEAEA;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
}