/*
Theme Name: Maison Child
Theme URI: https://github.com/serratsarah6-lgtm/maison-site
Description: Theme enfant sur mesure de la maison. Porte toute l'identite : Vert Nuit, Ivoire, Laiton patine, Cormorant Garamond, Libre Franklin. Base : Kadence.
Author: La maison
Template: kadence
Version: 0.1.0
License: GNU General Public License v2 or later
Text Domain: maison-child
*/

/* Les tokens de couleur et de typo vivent dans theme.json.
   Ce fichier ne contient que les ajustements fins non couverts par theme.json. */

:root {
  --nuit: #16261D;
  --ivoire: #F3EEE4;
  --creme: #FBF8F2;
  --laiton: #B08D57;
  --taupe: #8A7E6B;
}

/* Titrage : Cormorant Garamond, leger, genereux */
h1, h2, h3, .maison-serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* Texte courant : Libre Franklin */
body, p, li, .maison-sans {
  font-family: "Libre Franklin", system-ui, sans-serif;
  font-weight: 300;
}

/* Accent laiton, jamais dore brillant */
.maison-accent { color: var(--laiton); }

/* Surlignes editoriales (eyebrow) */
.maison-eyebrow {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--laiton);
}
