:root {
    /* Couleurs */
    --color-primary: #007BFF;
    --color-secondary: #6C757D;
    --color-success: #28A745;
    --color-danger: #DC3545;
    --color-warning: #FFC107;
    --color-info: #17A2B8;
    --color-light: #F8F9FA;
    --color-dark: #343A40;
    
    /* Couleurs de texte */
    --color-text-light: #FFFFFF;
    --color-text-dark: #212529;
    
    /* Espacements */
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;

    /* Polices */
    --font-family-sans: 'Inter', sans-serif;
    --font-family-cormorand: 'Cormorant Garamond', serif;
    --font-family-pacifico: 'Pacifico', cursive;
}