:root {
  --color-primary: #d7263d;
  --color-primary-dark: #a61b2b;
  --color-white: #ffffff;
  --color-black: #111111;
  --color-gray-100: #f4f4f4;
  --color-gray-200: #e6e6e6;
  --color-gray-400: #b2b2b2;
  --color-gray-600: #666666;
  --color-gray-800: #2a2a2a;

  --font-family-sans: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  --font-family-heading: var(--font-family-sans);
  --font-family-body: var(--font-family-sans);
  --font-family-button: var(--font-family-sans);

  --font-size-title: 3rem;
  --font-size-subtitle: 1.5rem;
  --font-size-text: 1rem;
  --font-size-button: 0.95rem;

  --font-weight-title: 700;
  --font-weight-subtitle: 600;
  --font-weight-text: 400;
  --font-weight-button: 600;

  --line-height-title: 1.1;
  --line-height-subtitle: 1.3;
  --line-height-text: 1.6;
  --line-height-button: 1.2;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-xxl: 3rem;

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-pill: 999px;

  --shadow-suave: 0 4px 16px rgba(17, 17, 17, 0.08);
  --shadow-media: 0 8px 24px rgba(17, 17, 17, 0.12);
  --shadow-premium: 0 16px 40px rgba(17, 17, 17, 0.16);

  --transition-fast: 180ms ease;
  --transition-normal: 280ms ease;
  --transition-slow: 420ms ease;

  --max-width-content: 72rem;
  --max-width-full: 100%;
  --max-width-container: 1200px;
}
