/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --color-brand-primary-50: #eff2ff;
  --color-brand-primary-100: #e0e7ff;
  --color-brand-primary-200: #c7d2fe;
  --color-brand-primary-300: #a5b4fc;
  --color-brand-primary-400: #818cf8;
  --color-brand-primary-500: #0546ff;
  --color-brand-primary-600: #043ccc;
  --color-brand-primary-700: #032f99;
  --color-brand-primary-800: #022266;
  --color-brand-primary-900: #011533;
  --color-brand-secondary-50: #faf4ff;
  --color-brand-secondary-100: #f3e8ff;
  --color-brand-secondary-200: #e9d5ff;
  --color-brand-secondary-300: #d8b4fe;
  --color-brand-secondary-400: #c084fc;
  --color-brand-secondary-500: #8514f5;
  --color-brand-secondary-600: #6b10c4;
  --color-brand-secondary-700: #510c93;
  --color-brand-secondary-800: #370862;
  --color-brand-secondary-900: #1d0431;
  --color-brand-accent-50: #fdf4ff;
  --color-brand-accent-100: #fae8ff;
  --color-brand-accent-200: #f5d0fe;
  --color-brand-accent-300: #f0abfc;
  --color-brand-accent-400: #e879f9;
  --color-brand-accent-500: #8001c6;
  --color-brand-accent-600: #66019e;
  --color-brand-accent-700: #4d0176;
  --color-brand-accent-800: #33004e;
  --color-brand-accent-900: #1a0027;
  --color-brand-pink-50: #fef7f7;
  --color-brand-pink-100: #fee2e2;
  --color-brand-pink-200: #fecaca;
  --color-brand-pink-300: #fca5a5;
  --color-brand-pink-400: #f87171;
  --color-brand-pink-500: #f637e3;
  --color-brand-pink-600: #c52db6;
  --color-brand-pink-700: #942289;
  --color-brand-pink-800: #63175c;
  --color-brand-pink-900: #320c2f;
  --color-neutral-white: #ffffff;
  --color-neutral-gray-50: #f9fafb;
  --color-neutral-gray-100: #f3f4f6;
  --color-neutral-gray-200: #e5e7eb;
  --color-neutral-gray-300: #d1d5db;
  --color-neutral-gray-400: #9ca3af;
  --color-neutral-gray-500: #6b7280;
  --color-neutral-gray-600: #4b5563;
  --color-neutral-gray-700: #374151;
  --color-neutral-gray-800: #1f2937;
  --color-neutral-gray-900: #111827;
  --color-neutral-black: #000000;
  --color-semantic-success-50: #f0fdf4;
  --color-semantic-success-500: #22c55e;
  --color-semantic-success-600: #16a34a;
  --color-semantic-success-900: #14532d;
  --color-semantic-warning-50: #fffbeb;
  --color-semantic-warning-500: #f59e0b;
  --color-semantic-warning-600: #d97706;
  --color-semantic-warning-900: #92400e;
  --color-semantic-error-50: #fef2f2;
  --color-semantic-error-500: #ef4444;
  --color-semantic-error-600: #dc2626;
  --color-semantic-error-900: #7f1d1d;
  --color-semantic-info-50: #eff6ff;
  --color-semantic-info-500: #3b82f6;
  --color-semantic-info-600: #2563eb;
  --color-semantic-info-900: #1e3a8a;
  --spacing-base-0: 0;
  --spacing-base-1: 0.25rem;
  --spacing-base-2: 0.5rem;
  --spacing-base-3: 0.75rem;
  --spacing-base-4: 1rem;
  --spacing-base-5: 1.25rem;
  --spacing-base-6: 1.5rem;
  --spacing-base-7: 1.75rem;
  --spacing-base-8: 2rem;
  --spacing-base-9: 2.25rem;
  --spacing-base-10: 2.5rem;
  --spacing-base-11: 2.75rem;
  --spacing-base-12: 3rem;
  --spacing-base-14: 3.5rem;
  --spacing-base-16: 4rem;
  --spacing-base-20: 5rem;
  --spacing-base-24: 6rem;
  --spacing-base-28: 7rem;
  --spacing-base-32: 8rem;
  --spacing-base-36: 9rem;
  --spacing-base-40: 10rem;
  --spacing-base-44: 11rem;
  --spacing-base-48: 12rem;
  --spacing-base-52: 13rem;
  --spacing-base-56: 14rem;
  --spacing-base-60: 15rem;
  --spacing-base-64: 16rem;
  --spacing-base-72: 18rem;
  --spacing-base-80: 20rem;
  --spacing-base-96: 24rem;
  --spacing-base-px: 1px;
  --spacing-base-0-5: 0.125rem;
  --spacing-base-1-5: 0.375rem;
  --spacing-base-2-5: 0.625rem;
  --spacing-base-3-5: 0.875rem;
  --spacing-semantic-xs: 0.25rem;
  --spacing-semantic-sm: 0.5rem;
  --spacing-semantic-md: 1rem;
  --spacing-semantic-lg: 1.5rem;
  --spacing-semantic-xl: 2rem;
  --spacing-semantic-2xl: 3rem;
  --spacing-semantic-3xl: 4rem;
  --spacing-semantic-4xl: 6rem;
  --spacing-component-button-padding-x: 1rem;
  --spacing-component-button-padding-y: 0.5rem;
  --spacing-component-button-gap: 0.5rem;
  --spacing-component-card-padding: 1.5rem;
  --spacing-component-card-margin: 1rem;
  --spacing-component-card-gap: 1rem;
  --spacing-component-form-field-gap: 1rem;
  --spacing-component-form-input-padding-x: 0.75rem;
  --spacing-component-form-input-padding-y: 0.5rem;
  --spacing-component-form-label-margin: 0.25rem;
  --spacing-component-layout-section-gap: 3rem;
  --spacing-component-layout-container-padding: 1.5rem;
  --spacing-component-layout-grid-gap: 1.5rem;
  --border-radius-none: 0;
  --border-radius-sm: 0.125rem;
  --border-radius-default: 0.25rem;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 0.75rem;
  --border-radius-2xl: 1rem;
  --border-radius-3xl: 1.5rem;
  --border-radius-full: 9999px;
  --border-width-0: 0;
  --border-width-2: 2px;
  --border-width-4: 4px;
  --border-width-8: 8px;
  --border-width-default: 1px;
  --shadow-elevation-none: none;
  --shadow-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-elevation-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-elevation-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --font-family-primary: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-secondary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-monospace: 'Fira Code', 'JetBrains Mono', Consolas, 'Monaco', monospace;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-6xl: 3.75rem;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --font-line-height-tight: 1.25;
  --font-line-height-snug: 1.375;
  --font-line-height-normal: 1.5;
  --font-line-height-relaxed: 1.625;
  --font-line-height-loose: 2;
  --font-letter-spacing-tighter: -0.05em;
  --font-letter-spacing-tight: -0.025em;
  --font-letter-spacing-normal: 0;
  --font-letter-spacing-wide: 0.025em;
  --font-letter-spacing-wider: 0.05em;
  --font-letter-spacing-widest: 0.1em;
  --typography-heading-h1-font-size: 3rem;
  --typography-heading-h1-font-weight: 700;
  --typography-heading-h1-line-height: 1.25;
  --typography-heading-h1-letter-spacing: -0.025em;
  --typography-heading-h2-font-size: 2.25rem;
  --typography-heading-h2-font-weight: 600;
  --typography-heading-h2-line-height: 1.25;
  --typography-heading-h2-letter-spacing: -0.025em;
  --typography-heading-h3-font-size: 1.875rem;
  --typography-heading-h3-font-weight: 600;
  --typography-heading-h3-line-height: 1.375;
  --typography-heading-h3-letter-spacing: 0;
  --typography-body-large-font-size: 1.125rem;
  --typography-body-large-font-weight: 400;
  --typography-body-large-line-height: 1.625;
  --typography-body-medium-font-size: 1rem;
  --typography-body-medium-font-weight: 400;
  --typography-body-medium-line-height: 1.5;
  --typography-body-small-font-size: 0.875rem;
  --typography-body-small-font-weight: 400;
  --typography-body-small-line-height: 1.5;
  --typography-caption-font-size: 0.75rem;
  --typography-caption-font-weight: 500;
  --typography-caption-line-height: 1.375;
  --typography-caption-letter-spacing: 0.025em;
}
