:root {
  /* Identidade Dra. Louise Lima */
  --brand-navy: #19388a;
  --brand-navy-dark: #102766;
  --brand-sky: #76b5ea;
  --brand-green: #66c4b4;
  --brand-offwhite: #f2f2f2;

  /* Cores semânticas */
  --bg: var(--brand-offwhite);
  --surface: #ffffff;
  --surface-sky: #dceefa;
  --surface-green: #dff4ef;
  --ink: var(--brand-navy-dark);
  --ink-muted: #46536f;
  --border: #cbd3e1;
  --on-dark: #ffffff;
  --on-dark-muted: rgb(255 255 255 / 78%);
  --focus: #ffbf47;
  --digimax-yellow: #f2bb22;

  /* Tipografia */
  --font-display: "Codec Pro", "Inter", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
  --leading-tight: 0.98;
  --leading-heading: 1.08;
  --leading-body: 1.6;
  --step--1: 0.875rem;
  --step-0: 1rem;
  --step-1: clamp(1.0625rem, 1.4vw, 1.25rem);
  --step-2: clamp(1.5rem, 2.4vw, 1.75rem);
  --step-3: clamp(2.5rem, 5vw, 3rem);
  --step-5: clamp(2.625rem, 7vw, 4.5rem);

  /* Espaçamento */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 5rem;
  --space-10: 6rem;

  /* Forma, layout e movimento */
  --radius-sm: 0.5rem;
  --radius: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.5rem;
  --radius-pill: 999px;
  --container: 76rem;
  --measure: 65ch;
  --gutter: clamp(1.25rem, 4vw, 2rem);
  --header-height: 5rem;
  --section-pad: clamp(4rem, 9vw, 8rem);
  --transition: 180ms ease;

  /* Referência: valores literais ainda são necessários em @media nativo. */
  --breakpoint-sm: 30rem;
  --breakpoint-md: 48rem;
  --breakpoint-lg: 64rem;
}
