/*
Theme Name: Vieux Chat Magazine
Theme URI: https://vieuxchat.fr
Description: Thème enfant de Divi pour vieuxchat.fr. Étend au site entier (header, navigation, footer, listing, accueil) l'identité "média félin" déjà validée sur les articles retraités : Fraunces + Inter, palette teal/corail/encre/crème. Voir charte-graphique.md.
Author: vieuxchat.fr
Author URI: https://vieuxchat.fr
Template: Divi
Version: 1.0.0
Text Domain: vieuxchat-magazine
*/

/*
 * Design tokens — repris tels quels de assets/vieuxchat.css (charte graphique §1),
 * déclarés ici en :root pour être disponibles à l'échelle du site entier (header,
 * footer, listing) et pas seulement dans le scope .vc-article des articles.
 * Ne PAS dupliquer ces valeurs ailleurs : toute nouvelle règle CSS du thème enfant
 * doit consommer var(--vc-*), jamais réécrire un hex en dur.
 */
:root{
  --vc-encre:#16304B;      /* Bleu encre — titres, texte fort */
  --vc-ardoise:#22384F;    /* Texte courant */
  --vc-gris:#5B6B7C;       /* Texte secondaire */
  --vc-teal:#0F7B8A;       /* Accent principal — structure, liens, nav */
  --vc-teal-clair:#EAF5F6; /* Fond synthèse / vétérinaire */
  --vc-corail:#E4705B;     /* Accent chaud — alerte, vécu (jamais décoratif) */
  --vc-corail-clair:#FDF1EE;
  --vc-vert:#3E9C6D;       /* Validation */
  --vc-creme:#FBF7F2;      /* Fond doux */
  --vc-bord:#E7DED3;       /* Bordure sable */

  --vc-font-serif:'Fraunces', Georgia, serif;
  --vc-font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
