/* Couleurs personnalisées générées automatiquement */
:root {
    --primary-color: #009595;
    --secondary-color: #009f9f;
    --accent-color: #009595;
    --text-dark: #2c1810;
    --text-light: #6c5b47;
    --background-light: #faf8f5;
    --white: #FFFFFF;
    --success: #28a745;
    --warning: #ffc107;
    --danger: #dc3545;
    --info: #17a2b8;
}
