/* ============================================
   THEME: ESTÉTICAFLOW (Clínicas de Estética)
   Visual premium e acolhedor — off-white + verde sálvia + dourado.
   Carregar DEPOIS de core.css.
   ============================================ */
:root {
  --bg: #faf8f3;
  --surface: #ffffff;
  --surface2: #f1f1e6;
  --border: #e3e3d2;

  --accent: #94a978;       /* verde sálvia */
  --accent-dim: #647249;
  --accent-rgb: 148, 169, 120;
  --on-accent: #1f2a1a;

  --text: #33362c;
  --muted: #8b8a78;

  --green: #3ddc84;
  --red: #ff6b6b;
  --blue: #5b9cf6;

  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Nunito Sans', sans-serif;
  --tracking-brand: 1.5px;
  --tracking-heading: .5px;
}
