/* ============================================
   THEME: DENTALFLOW (Clínicas Odontológicas)
   Visual limpo e tecnológico — branco + azul + azul claro.
   Carregar DEPOIS de core.css.
   ============================================ */
:root {
  --bg: #f7fafc;
  --surface: #ffffff;
  --surface2: #eaf4fb;
  --border: #d9e8f2;

  --accent: #2f80c4;
  --accent-dim: #1b5a8f;
  --accent-rgb: 47, 128, 196;
  --on-accent: #ffffff;

  --text: #1c2b35;
  --muted: #7893a3;

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

  --font-display: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
  --tracking-brand: 1px;
  --tracking-heading: .5px;
}
