:root {
    /* Theme "Encre & parchemin" — noir & blanc chaud (PokeMMO) */
    --color-primary: #1f1d19;          /* encre : boutons, etats actifs */
    --color-secondary: #161513;        /* barres sombres (header / footer) */
    --color-accent: #6b6253;           /* liens / accents (gris-encre chaud) */
    --color-background: #e0d6bd;        /* parchemin (fond de page, identique a la home) */
    --color-surface: #f6f1e4;          /* panneaux / cartes (parchemin clair) */
    --color-surface-elevated: #fdfaf0; /* parchemin le plus clair */
    --color-text: #1a1a18;             /* encre */
    --color-text-light: #5c574c;       /* encre attenuee */

    /* Contexte des barres sombres (header / footer / nav mobile) */
    --color-on-dark: #ece5d6;          /* texte clair sur barre sombre */
    --color-on-dark-muted: #b7ad9a;    /* texte attenue sur barre sombre */
}
