: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 --- */
    /* Fallback stacks are intentional: with font-display:optional, the browser
       may use the fallback on first visit. These stacks ensure the page looks
       good in all cases — Georgia approximates Playfair Display's serif style,
       and cursive is the closest system category to Great Vibes. */
    --font-script: 'Great Vibes', 'Brush Script MT', cursive;
    --font-body: 'Playfair Display', Georgia, 'Times New Roman', serif;

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