:root {
  /* Colors */
  --color-canvas-white: #ffffff;
  --color-warm-mist: #fff2e8;
  --color-violet-shadow: #5e5777;
  --color-deep-violet: #2f115b;
  --color-midnight-indigo: #1a0d3f;
  --color-accent-violet: #3b1572;
  --gradient-accent-violet:
    linear-gradient(135deg, rgba(255, 75, 17, 0.13) 0%, rgba(255, 75, 17, 0) 34%),
    linear-gradient(115deg, #4b1b82 0%, #2f115b 46%, #160934 100%);
  --gradient-deep-surface:
    linear-gradient(145deg, rgba(255, 218, 207, 0.12) 0%, rgba(255, 218, 207, 0) 30%),
    linear-gradient(110deg, #421574 0%, #2a0f58 48%, #12072d 100%);
  --gradient-soft-surface:
    linear-gradient(135deg, rgba(255, 242, 232, 0.82) 0%, rgba(255, 255, 255, 0.96) 44%, rgba(246, 242, 255, 0.7) 100%);
  --color-pink-sunset: #ffdacf;
  --color-fiery-orange: #ff4b11;

  /* Typography — Font Families */
  --font-manrope: 'Manrope', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-dm-serif-display: 'Manrope', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Typography — Scale */
  --text-caption: 14px;
  --leading-caption: 1.43;
  --tracking-caption: 0.002px;
  --text-body: 16px;
  --leading-body: 1.5;
  --text-subheading: 18px;
  --leading-subheading: 1.63;
  --text-heading-sm: 22px;
  --leading-heading-sm: 1.64;
  --text-heading: 24px;
  --leading-heading: 1.33;
  --text-heading-lg: 40px;
  --leading-heading-lg: 1.25;
  --text-display: 66px;
  --leading-display: 1.15;

  /* Typography — Weights */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Spacing */
  --spacing-unit: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-60: 60px;
  --spacing-64: 64px;
  --spacing-84: 84px;
  --spacing-96: 96px;
  --spacing-100: 100px;
  --spacing-152: 152px;

  /* Layout */
  --page-max-width: 1200px;
  --page-gutter: clamp(20px, 4vw, 56px);
  --section-gap: 24px;
  --card-padding: 20px;
  --element-gap: 20px;

  /* Border Radius */
  --radius-lg: 10px;
  --radius-2xl: 16px;
  --radius-full: 68px;

  /* Named Radii */
  --radius-cards: 16px;
  --radius-buttons: 68px;
  --radius-general: 10px;

  /* Shadows */
  --shadow-xl: rgba(0, 0, 0, 0.1) 0px 12px 30px 0px;

  /* Surfaces */
  --surface-canvas-white: #ffffff;
  --surface-warm-mist: #fff2e8;
  --surface-pink-sunset: #ffdacf;
  --surface-accent-violet: #3b1572;
  --surface-hero-gradient: #3b1572;
}
