/* site-theme.css — L'ÉTIQUETTE webbenprod.
   Mappe la charte du site (style.css) sur le contrat de variables du module.
   Seul fichier visuel propre à ce site ; le moteur (skin.css) ne bouge pas. */
@font-face{
  font-family:'Space Grotesk';
  font-style:normal; font-weight:300 700; font-display:swap;
  src:url('/fonts/space-grotesk.woff2') format('woff2');
}
:root{
  --accent:     #0E8C8C;   /* cobalt/glaz — l'unique accent */
  --accent-ink: #ffffff;
  --bg:         #F7F5F1;   /* cloud dancer chaud */
  --surface:    #ffffff;   /* card */
  --ink:        #11161C;
  --muted:      #46555C;   /* ink-soft */
  --line:       #D8E4E1;
  --radius:     12px;
  --font:       'Space Grotesk', sans-serif;
}
