:root {
    --dark: #1a1a1a;
    --dark-soft: #2c2c2c;
    --gold: #c5a059;
    --cream: #f4f4f0;
    --text: #e0e0e0;
    --muted: #a0a0a0;

    --font-heading: 'Playfair Display', serif;
    --font-body: 'Lato', sans-serif;
}
