/* Variables globales pour le projet Festicloze */
:root {
    /* Couleurs principales */
    --dark-blue: #071428; /* fond sombre utilisé par .section--festival */
    --color-festicloze-header: #f8dd80; /* accent jaune */
    --color-blue-contact: #9fc7ff;
    --color-violet-profond: #6b3fa0;
    --jaune: #f8dd80;

    /* Espacements */
    --spacing-xxl: 5rem;
    --spacing-xl: 3rem;
    --spacing-lg: 2rem;
    --spacing-md: 1rem;
    --spacing-sm: 0.75rem;
    --spacing-xs: 0.5rem;

    /* Rayons et transitions */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --transition-normal: 200ms ease;
    --transition-fast: 120ms ease;

    /* Typographie (fallbacks sûrs) */
    --type-text-family: "Helvetica Neue", Arial, sans-serif;
    --title-button-family: "Georgia", "Times New Roman", serif;
    --title-button-letter-spacing: 0.02em;
}


