:root {
  /* Cores — só preto, branco, cinza */
  --color-bg: #ffffff;
  --color-fg: #0a0a0a;
  --color-fg-inverse: #ffffff;
  --color-bg-dark: #1a1a1a;
  --color-muted: #666666;
  --color-border: #e5e5e5;
  --color-footer: #000000;
  --color-whatsapp: #25d366; /* uso exclusivo no botão flutuante — não usar em texto */

  /* Tipografia */
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  --fs-hero:  clamp(2.5rem, 6vw, 5rem);
  --fs-h2:    clamp(2rem, 4vw, 3.5rem);
  --fs-h3:    clamp(1.25rem, 2vw, 1.75rem);
  --fs-body:  1.25rem;
  --fs-small: 1.125rem;

  --lh-tight: 1.15;
  --lh-body:  1.6;

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

  --section-pad-y: clamp(var(--sp-7), 10vw, var(--sp-9));
  --content-max: 1143px;
  --content-pad-x: clamp(var(--sp-3), 5vw, var(--sp-6));

  /* Outros */
  --radius: 2px;
  --transition: 200ms ease;
  --header-h: 72px;
}
