/*
Theme Name:   Enerton Child
Theme URI:    https://enerton.flairdigital.eu
Description:  Thème enfant Hello Elementor pour Enerton — fabricant français de génie climatique (B2B). Design navy premium.
Author:       FlairDigital
Template:     hello-elementor
Version:      0.1.0
Text Domain:  enerton-child
*/

/* ===== Design tokens Enerton — EXTRAITS de la version Lovable (oklch authentique) =====
   Valeurs source en oklch (rendu identique au client) + fallback hex pour Elementor. */
:root {
  --enerton-navy:        oklch(27% .11 265);   /* primary  ~#16215a */
  --enerton-blue:        oklch(55% .16 255);   /* glow/ring ~#2171cc */
  --enerton-ink:         oklch(18% .06 265);   /* texte    ~#0b1733 */
  --enerton-muted:       oklch(50% .04 257);   /* ~#55647a */
  --enerton-bg:          oklch(99% .003 240);  /* ~#fafcfe */
  --enerton-bg-soft:     oklch(96% .012 250);  /* ~#ecf3fa */
  --enerton-border:      oklch(92% .013 255);  /* ~#dfe5ed */
  --enerton-accent:      oklch(92% .04 255);   /* bleu clair ~#d3e7ff */
  --enerton-red:         oklch(55% .22 27);    /* ~#d40c1a */
  --enerton-gradient:    linear-gradient(90deg, oklch(27% .11 265) 0%, oklch(55% .16 255) 60%, oklch(85% .05 250) 100%);
  --enerton-radius:      10px;
  --enerton-shadow-card: 0 4px 20px -8px oklch(27% .11 265 / .15);
}

/* Typo : Space Grotesk (titres) + Inter (corps) */
body { color: var(--enerton-ink); font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
h1, h2, h3, h4, .enerton-display { font-family: 'Space Grotesk', 'Inter', sans-serif; letter-spacing: -.01em; }
.enerton-eyebrow { color: var(--enerton-blue); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; font-size: .8rem; }
