:root {
  /* Paleta extraída do logo Impulse (foguete terracota + wordmark preto) */
  --color-primary: #c9603c;
  --color-primary-dark: #a84a2b;
  --color-primary-darker: #7d3720;
  --color-primary-light: #e8a585;
  --color-primary-bg: #fdf1ec;

  --color-ink: #1a1714;
  --color-ink-soft: #4a453f;
  --color-white: #ffffff;

  --color-gray-50: #faf8f6;
  --color-gray-100: #f2ede9;
  --color-gray-200: #e4dcd5;
  --color-gray-300: #cbbfb4;
  --color-gray-500: #8c8078;
  --color-gray-700: #52483f;

  --color-success: #2f7a4d;
  --color-success-bg: #e8f5ec;
  --color-error: #b3261e;
  --color-error-bg: #fbe9e7;
  --color-warning: #a86400;
  --color-warning-bg: #fdf1de;

  --font-heading: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(26, 23, 20, 0.08);
  --shadow-md: 0 8px 24px rgba(26, 23, 20, 0.10);
  --shadow-lg: 0 16px 40px rgba(26, 23, 20, 0.14);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --container-max: 1120px;
}
