/*
Theme Name: Clínica Diógenes Bonisson
Theme URI: https://clinicadiogenesbonisson.com.br
Author: Clínica Diógenes Bonisson
Description: Custom one-page medical website theme. Editorial, premium wellness aesthetic. No page builders.
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clinica-db
Tags: one-column, custom-colors, custom-menu, custom-logo, full-width-template, sticky-post, theme-options, translation-ready

Clínica Diógenes Bonisson — Saúde integral com ciência, tecnologia e cuidado de verdade.
*/

/* ==========================================================================
   GLOBAL — CSS Custom Properties & Base
   ========================================================================== */

:root {
  --color-black:  #0A0A0A;
  --color-slate:  #4A5560;
  --color-beige:  #B5A898;
  --color-cream:  #EDE9DC;
  --color-white:  #FFFFFF;

  --font-display:    'Open Sans', sans-serif;
  --font-title:      'Open Sans', sans-serif;
  --font-subtitle:   'Open Sans', sans-serif;
  --font-body:       'Open Sans', sans-serif;
  --font-label:      'Open Sans', sans-serif;

  --space-section: 120px;
  --space-section-mobile: 80px;
  --container-max: 1200px;
  --radius-card: 16px;
  --radius-button: 4px;
  --transition-base: 0.2s ease;
  --transition-menu: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-black);
  background-color: var(--color-white);
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
