:root {
  --color-red-500: #e32731;
  --color-red-600: #d71920;
  --color-red-700: #aa1016;
  --color-red-900: #58080e;
  --color-ink-950: #17191d;
  --color-ink-900: #1d2025;
  --color-ink-800: #2b2e34;
  --color-ink-700: #3d4149;
  --color-gray-600: #626872;
  --color-gray-400: #a7abb2;
  --color-gray-300: #ced1d6;
  --color-gray-200: #e4e5e8;
  --color-gray-100: #f3f4f6;
  --color-gray-50: #f7f7f8;
  --color-white: #fff;
  --color-whatsapp: #168b51;
  --color-focus: #ffbf00;

  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: clamp(1.5rem, 3vw, 2rem);
  --text-3xl: clamp(2rem, 5vw, 3.5rem);
  --text-4xl: clamp(2.8rem, 9vw, 6.8rem);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  --radius-sm: 0.65rem;
  --radius-md: 1rem;
  --radius-lg: 1.875rem;
  --radius-pill: 999px;

  --shadow-sm: 0 6px 18px rgb(17 18 22 / 8%);
  --shadow-md: 0 24px 56px rgb(23 25 29 / 14%);
  --shadow-red: 0 14px 30px rgb(207 16 32 / 24%);

  --container: 74rem;
  --header-height: 4.6rem;
  --transition-fast: 160ms ease;
  --transition-base: 240ms ease;
}
