// _variables.scss

$dark:                #18181B;  // noir profond
$backgroundColor:     #fff;     // avant fafafa
$backgroundColorBis:  #f8f8f8;   
$backgroundColorBis2: #f9fafb;   

$primary:           #2563eb;   // bleu moderne (tailwind "blue-600")
$primaryBtn:        #3d74ec;   // bleu moderne (tailwind "blue-600")
$primaryHover:      #1d4ed8;   // bleu un peu plus foncé

$secondary:         #6b7280;   // gris neutre (tailwind "gray-500")
$secondaryBis:      #f0f0f0ff; // gris très clair pour les fonds

$secondaryHover:    #4b5563;
$secondaryBorder:   #e0e0e0ff;

$accent:            #10b981;   // vert émeraude (succès, éléments positifs)
$accentHover:       #0f9267ff;

$danger:            #ef4444;   // rouge vif mais pas trop agressif
$dangerHover:       #dc2626;

$warning:           #f59e0b;   // orange équilibré
$warningHover:      #d97706;
$warningBorder:     #b45309;

$textPrimary:       #3e3e3e;   // noir doux (plus lisible que #242525)
$textSecondary:     #6b7280;   // gris neutre cohérent avec la palette

$whiteIntense:      #fff;
