:root {
  --color-primary: #4f46e5;
  --color-secondary: #6b7280;
  --color-accent: #d97706;
  --color-nav-bg: #ffffff;
  --color-nav-text: #111827;
  --color-footer-bg: #1f2937;
  --font-heading: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --button-style: rounded;
  --card-style: bordered;
}
