/* Jetons de marque (ne modifient pas le rendu par défaut) */
:root {
  --tm-bg-highlight: #d6ebf7; /* bleu pâle pour header (à utiliser plus tard) */
  --tm-text-strong: #000000;  /* texte noir */
  --tm-accent: #ff6600;       /* accent orange (à mapper plus tard) */
  --tm-footer-bg: #008080;    /* teal pour footer (à utiliser plus tard) */
  --tm-footer-text: #ffffff;  /* texte footer */
}

/* Pré-définition vide pour compatibilité future avec nos schémas personnalisés
   (on reste sur default/slate pour l’instant, donc pas d’effet). */
[data-md-color-scheme="tm-light"] {}
[data-md-color-scheme="tm-dark"] {}
