/*
Theme Name: White Clínica
Theme URI: https://clinicawhite.com.br
Author: Alumia
Author URI: https://alumia.com.br
Description: Tema oficial da Clínica White — Estética Facial Odontológica. Desenvolvido com identidade visual completa, custom post types e design responsivo premium.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: white-clinica
Tags: one-page, custom-post-types, responsive, dental, clinic
*/

/* ============================================================
   VARIÁVEIS DE MARCA
   ============================================================ */
:root {
  --white-teal:       #33FFCC;
  --white-dark:       #00080F;
  --white-gold:       #A38200;
  --white-straw:      #D9CC66;
  --white-pure:       #FFFFFF;
  --white-gray:       #8A9BAA;
  --white-gray-light: #F0F4F7;
  --white-overlay:    rgba(0, 8, 15, 0.75);

  --font-primary:   'Inter', sans-serif;
  --font-display:   'Bowens', serif;
  --font-script:    'Miniday', cursive;

  --radius:    8px;
  --radius-lg: 16px;
  --shadow:    0 4px 24px rgba(0,0,0,0.18);
  --shadow-lg: 0 8px 48px rgba(0,0,0,0.28);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
