:root {
    /* --- COLOR PALETTE (Matched to colours.pdf) --- */
    --primary: #C26B4A;
    /* Terracotta */
    --bg: #FAF8F0;
    /* Ivory/Cream (Tapiz de Sobre) */
    --text: #4A4A4A;
    /* Dark Charcoal */
    --gold: #D4AF37;
    /* Gold Accents */
    --white: #FFFFFF;

    /* --- TYPOGRAPHY --- */
    --font-script: 'Great Vibes', cursive;
    --font-body: 'Playfair Display', serif;
    /* Updated from Merriweather */

    /* --- ANIMATION --- */
    --transition-speed: 0.3s;
}