/*
Theme Name: Kadence Mini
Template: kadence
Description: Child theme for Dra. Edicleia Silva site — bordô/dourado tokens.
Version: 1.0.0
*/

:root {
  --cor-bordo: #6E1423;
  --cor-bordo-escuro: #4A0D18;
  --cor-dourado: #C9A24B;
  --cor-creme: #F3E9DA;
  --cor-fundo-claro: #FAF6EE;
  --cor-texto: #2A1811;
}

body {
  color: var(--cor-texto);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
}

body, p, a, button, input, textarea {
  font-family: 'Inter', -apple-system, sans-serif;
}

.site-header,
.whatsapp-float {
  background-color: var(--cor-bordo);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cor-creme);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Header WhatsApp CTA: desktop only. On mobile it collapses into the
   hamburger menu, so it never competes with the floating button below. */
.header-whatsapp-cta {
  display: none;
}

@media (min-width: 769px) {
  .header-whatsapp-cta { display: inline-flex; }
  .whatsapp-float { display: none; }
}
