/* ============================================================
   Marque du courtier — variation Premium (base home ASSUDIRE)
   Le rebranding par courtier se fait UNIQUEMENT ici :
   couleurs (triplets R G B + hex) et polices.
   Démo : Cabinet Beaumont Assurances (fictif).
   ============================================================ */

:root {
  /* Couleur principale (rôle « navy » de la base) */
  --c-primary-rgb: 11 36 80;
  --c-primary: #0b2450;
  --c-primary-deep-rgb: 6 18 43;
  --c-primary-deep: #06122b;

  /* Accent (rôle « gold » -> cyan Duplix Sites) + accent foncé (texte, contraste AA) */
  --c-accent-rgb: 23 201 232;
  --c-accent: #17c9e8;
  --c-accent2-rgb: 11 110 134;
  --c-accent2: #0b6e86;

  /* Fonds et encre */
  --c-cream-rgb: 234 241 251;
  --c-cream: #eaf1fb;
  --c-paper-rgb: 244 248 254;
  --c-paper: #f4f8fe;
  --c-ink-rgb: 11 27 51;
  --c-ink: #0b1b33;

  /* Polices du courtier */
  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
  --font-brand: 'Bricolage Grotesque', system-ui, sans-serif;
}
