:root {
  --color-primary: #005eb8;
  --color-primary-dark: #004a93;
  --color-accent: #5847c9;
  --color-orange: #b35400;
  --color-text: #20252b;
  --color-muted: #65717d;
  --color-border: #dfe5ea;
  --color-surface: #fff;
  --color-soft: #f4f6f8;
  --font-heading: "Campuni", sans-serif;
  --font-body: "Alegreya Sans", sans-serif;
  --content-width: 1180px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --shadow-card: 0 8px 28px rgb(20 47 70 / 12%);
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 5rem;

  /* Extracted from production (Elementor kit globals, blog.rn.sebrae.com.br) */
  --color-footer: #0024a9; /* footer background — distinct from --color-primary */
  --color-secondary: #3b4aff; /* "Voltar para o topo" button */
}
