/* Theme override — Canton de Vaud official palette (Foehn design system).
   Chargé après /css/style.css et /css/admin.css : ne change que les
   variables, le thème Anthropic "warm cream" original reste intact dans
   style.css / admin.css.

   Pour revenir au thème original : supprimer la ligne <link> qui inclut
   ce fichier dans admin/index.html. */

:root {
    /* Surfaces — passage du cream chaud vers du blanc institutionnel */
    --bg: #ffffff;
    --bg-soft: #f8f9fa;
    --bg-card: #ffffff;
    --bg-card-soft: #f8f9fa;
    --bg-input: #ffffff;
    --bg-dark: #273c46;

    /* Bordures grises douces */
    --border: #dce3e8;
    --border-strong: #c4c8cb;
    --border-focus: #3a862d;

    /* Texte presque noir, secondaire gris-bleu */
    --text-primary: #212529;
    --text-secondary: #41464b;
    --text-muted: #6c757d;
    --text-on-dark: #ffffff;

    /* Accent = vert VD */
    --accent: #3a862d;
    --accent-hover: #2e6b24;
    --accent-soft: #d8e7d5;
    --accent-text: #173612;

    /* États sémantiques alignés sur Foehn */
    --success: #3a862d;
    --success-soft: #d8e7d5;
    --warning: #cc7d00;
    --warning-soft: #ffebcc;
    --danger: #c3105c;
    --danger-soft: #f3cfde;
    --info: #4e697a;
    --info-soft: #e6eff5;
}
