:root {
  --font-heading: 'Poppins', system-ui, sans-serif;
  --font-body: 'Nunito Sans', system-ui, sans-serif;
  --font-size-base: 16px; --font-size-sm: 14px; --font-size-xs: 12px;
  --font-size-h1: 2.5rem; --font-size-h2: 1.875rem; --font-size-h3: 1.2rem;
  --line-height-body: 1.7; --line-height-heading: 1.2;
  --font-weight-normal: 400; --font-weight-medium: 600; --font-weight-bold: 700;
  --color-bg: #ffffff; --color-bg-alt: #FFF5F5; --color-bg-card: #ffffff;
  --color-text: #1A1A2E; --color-text-secondary: #555770; --color-text-muted: #9CA0B0;
  --color-accent: #FF6B6B; --color-accent-hover: #EE5A5A;
  --color-border: #F0E6E6; --color-border-light: #FFF0F0;
  --container-max: 1200px; --container-narrow: 740px;
  --space-xs: 0.25rem; --space-sm: 0.5rem; --space-md: 1rem; --space-lg: 1.5rem; --space-xl: 2.5rem; --space-xxl: 4rem;
  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-round: 50px;
  --card-shadow: 0 2px 12px rgba(255,107,107,0.08); --card-shadow-hover: 0 8px 30px rgba(255,107,107,0.15);
  --card-bg: #ffffff; --card-border: none; --card-radius: 12px;
  --header-bg: #ffffff; --header-text: #1A1A2E; --header-height: 68px; --header-border: none;
  --footer-bg: #FFF5F5; --footer-text: #555770; --footer-border: none;
}
