:root {
  /* ===== Cores — marca ===== */
  --c-wine: #57333F;
  --c-sand: #E7DFCE;
  --c-gold: #CAB44B;
  --c-olive: #637143;
  --c-terracotta: #C05753;

  /* ===== Cores — neutros ===== */
  --c-white: #FFFFFF;
  --c-offwhite: #F7F7F7;
  --c-gray-stroke: #707070;

  /* ===== Cores — semânticas ===== */
  --bg-page: var(--c-sand);
  --text-base: var(--c-wine);
  --text-invert: var(--c-sand);
  --action-bg: var(--c-gold);
  --action-text: var(--c-wine);

  /* ===== Tipografia — família e peso ===== */
  --font-base: 'Poppins', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  /* ===== Tipografia — tamanho ===== */
  --t-h1: 44px;
  --t-h2: 34px;
  --t-h2-quote: 50px;
  --t-h3: 35px;
  --t-h3-tight: 35px;
  --t-h4: 24px;
  --t-body-lg: 20px;
  --t-body: 20px;
  --t-quote: 25px;
  --t-quote-mark: 70px;
  --t-date: 35px;
  --t-card: 20px;
  --t-caption: 20px;
  --t-nav: 17px;
  --t-footer: 14px;
  --t-eyebrow: 15px;
  --t-legal: 14px;

  /* ===== Tipografia — line-height ===== */
  --lh-h1: 76px;
  --lh-h2: 56px;
  --lh-h3: 45px;
  --lh-h3-tight: 45px;
  --lh-h4: 40px;
  --lh-body-lg: 40px;
  --lh-body: 30px;
  --lh-quote: 35px;
  --lh-quote-mark: 45px;
  --lh-date: 46px;
  --lh-card: 30px;
  --lh-caption: 30px;
  --lh-nav: 27px;
  --lh-footer: 30px;
  --lh-eyebrow: 17px;
  --lh-legal: 28px;

  /* ===== Espaçamento (escala base 8) ===== */
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 48px;
  --sp-6: 64px;
  --sp-7: 96px;
  --sp-8: 128px;

  /* ===== Border radius ===== */
  --r-sm: 10px;
  --r-md: 20px;
  --r-lg: 25px;
  --r-pill: 35px;
  --r-full: 50%;

  /* ===== Sombras ===== */
  --shadow-sm: 0 3px 3px rgba(0, 0, 0, 0.16);
  --shadow-md: 3px 3px 3px rgba(0, 0, 0, 0.16);
  --shadow-lg: 0 6px 5px rgba(0, 0, 0, 0.16);

  /* ===== Containers ===== */
  --container-wide: 1240px;
  --container-narrow: 960px;
  --container-gutter: 24px;

  /* ===== Header ===== */
  --header-height: 120px;
}
