:root {
  /* 1. Brand */
  --mh-color-brand-base: #2563eb;
  --mh-color-brand-hover: #3b82f6;
  --mh-color-brand-active: #1d4ed8;
  --mh-color-brand-muted: #dbeafe;

  /* 2. CTA */
  --mh-color-cta-base: #ff3366;
  --mh-color-cta-hover: #ff668c;
  --mh-color-cta-active: #e62050;
  --mh-color-cta-muted: #ffe4e6;

  /* 3. Links */
  --mh-color-link: #2563eb;
  --mh-color-link-hover: #ff3366;
  --mh-color-link-active: #1d4ed8;
  --mh-color-link-visited: #7c3aed;

  /* 4. Surfaces & Backgrounds (Default Blank White Canvas) */
  --mh-color-body: #ffffff;
  --mh-color-main: #ffffff;
  --mh-color-section: #f8fafc;
  --mh-color-card: #ffffff;
  --mh-color-border-muted: #e2e8f0;
  --mh-color-border: #cbd5e1;

  /* 5. Text */
  --mh-color-text-heading: #0f172a;
  --mh-color-text-main: #334155;
  --mh-color-text-muted: #64748b;
  --mh-color-text-inverse: #ffffff;

  /* 6. Status / System */
  --mh-color-success: #10b981;
  --mh-color-warning: #f59e0b;
  --mh-color-danger: #ef4444;
  --mh-color-info: #3b82f6;

  /* 7. Typography */
  --mh-font-heading: 'Outfit', sans-serif;
  --mh-font-body: 'Inter', sans-serif;
  --mh-font-mono: 'JetBrains Mono', monospace;

  /* Font Sizes */
  --mh-text-xs: 0.75rem;
  --mh-text-sm: 0.875rem;
  --mh-text-base: 1rem;
  --mh-text-lg: 1.125rem;
  --mh-text-xl: 1.25rem;
  --mh-text-2xl: 1.5rem;
  --mh-text-3xl: 1.875rem;
  --mh-text-4xl: 2.25rem;

  /* 8. Spacing */
  --mh-spacing-1: 0.25rem;
  --mh-spacing-2: 0.5rem;
  --mh-spacing-3: 0.75rem;
  --mh-spacing-4: 1rem;
  --mh-spacing-6: 1.5rem;
  --mh-spacing-8: 2rem;
  --mh-spacing-12: 3rem;

  /* 9. Glassmorphism */
  --mh-glass-blur-sm: 4px;
  --mh-glass-blur-md: 8px;
  --mh-glass-blur-lg: 16px;
  --mh-glass-bg: rgba(255, 255, 255, 0.85);
  --mh-glass-border: rgba(226, 232, 240, 0.8);

  /* 10. Borders & Radii */
  --mh-radius-sm: 4px;
  --mh-radius-md: 8px;
  --mh-radius-lg: 16px;
  --mh-radius-pill: 9999px;

  /* 11. Shadows & Elevations */
  --mh-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --mh-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --mh-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.03);
  --mh-glow-brand: 0 0 15px rgba(37, 99, 235, 0.25);

  /* 12. Transitions */
  --mh-transition-fast: 150ms ease-out;
  --mh-transition-normal: 300ms ease-out;
}
