/*
Theme Name:   MB RH Consulting
Theme URI:    https://example.com
Description:  Thème enfant de Kadence pour MB RH Consulting — cabinet de recrutement hôtellerie-restauration centré candidat. Charte terracotta / espresso / crème.
Author:       Paul Lebec
Author URI:   https://example.com
Template:     kadence
Version:      0.2.0
Requires PHP: 8.1
Text Domain:  mb-rh-consulting
*/

/* ----------------------------------------------------------------------
   Variables de marque (charte — voir docs/04-direction-artistique.md)
   ---------------------------------------------------------------------- */
:root {
  --mb-espresso:     #221A16; /* brun quasi-noir chaud */
  --mb-rust:         #A0492A; /* terracotta profond — aplats forts (hero offre, posts) */
  --mb-rust-dark:    #8A3D22; /* rust assombri (dégradés, hover sur rust) */
  --mb-terracotta:   #B06E43; /* accent principal / CTA */
  --mb-copper-dark:  #915630; /* hover, liens petit corps (contraste AA) */
  --mb-cream:        #F4EEE4; /* fonds de section */
  --mb-ivory:        #ECE3D2; /* texte sur fond foncé */
  --mb-sand:         #E7D9C3; /* filets/keylines sur fond clair */
  --mb-ink:          #2A211C; /* corps de texte sur fond clair */
  --mb-muted:        #6E5F54; /* texte secondaire sur fond clair */
  --mb-white:        #FFFFFF;
  --mb-terre:        #A85539; /* terre battue — aplat uni des en-têtes de page + footer */

  /* Titres de section (H2/H3) et corps : serif humaniste chaleureux. */
  --mb-font-title: "Newsreader", Georgia, "Times New Roman", serif;
  --mb-font-body:  "Newsreader", Georgia, "Times New Roman", serif;
  /* Grands titres (H1/hero) + marque : script pinceau. */
  --mb-font-display: "Kaushan Script", "Segoe Script", cursive;

  --mb-radius:    10px;
  --mb-radius-lg: 18px;
  --mb-maxw:      1180px;

  /* Échelle d'espacement */
  --mb-space-s:  clamp(.75rem, 1.5vw, 1rem);
  --mb-space-m:  clamp(1.25rem, 3vw, 2rem);
  --mb-space-l:  clamp(2rem, 5vw, 3.5rem);
  --mb-space-xl: clamp(3rem, 7vw, 6rem);

  /* Ombres */
  --mb-shadow-sm: 0 4px 14px rgba(34,26,22,.06);
  --mb-shadow-md: 0 10px 30px rgba(34,26,22,.10);
}

/* Les styles de composants vivent dans assets/css/custom.css
   (chargé après ce fichier via functions.php). */
