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

$color-primary-500: #f97316;
$color-primary-600: #ea580c;
$color-primary-default: #f97316;
$color-secondary-500: #7c3aed;
$color-secondary-600: #6d28d9;
$color-secondary-default: #7c3aed;
$color-background-default: #ffffff;
$color-background-surface: #f8fafc;
$color-surface-default: #f8fafc;
$color-error-500: #ef4444;
$color-error-default: #ef4444;
$color-success-500: #22c55e;
$color-success-default: #22c55e;
$color-text-default: #333333;
$color-text-secondary: #666666;
$color-text-disabled: #9ca3af;
$color-text-muted: #999999;
$color-border-disabled: #ced4da;
$color-table-border-color: #e5e5e5;
$color-table-border-width: 0.25px;
$color-warning-500: #f59e0b;
$color-warning-default: #f59e0b;
$color-neutral-50: #f8fafc;
$color-neutral-100: #f1f5f9;
$color-neutral-200: #e2e8f0;
$color-neutral-300: #cbd5e1;
$color-neutral-400: #94a3b8;
$color-neutral-500: #64748b;
$color-neutral-600: #475569;
$color-neutral-700: #334155;
$color-neutral-800: #1e293b;
$color-neutral-900: #0f172a;
$typography-font-family-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
$typography-font-family-serif: 'Merriweather', serif;
$typography-font-family-default: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
$typography-font-size-sm: 0.875rem;
$typography-font-size-md: 1rem;
$typography-font-size-lg: 1.125rem;
$typography-font-size-xs: 0.75rem;
$typography-font-size-xl: 1.25rem;
$typography-font-size-2xl: 1.5rem;
$typography-font-size-3xl: 1.875rem;
$typography-font-size-4xl: 2.25rem;
$typography-font-weight-regular: 400;
$typography-font-weight-bold: 700;
$typography-font-weight-light: 300;
$typography-font-weight-medium: 500;
$typography-font-weight-semibold: 600;
$spacing-0: 0;
$spacing-1: 0.25rem;
$spacing-2: 0.5rem;
$spacing-3: 0.75rem;
$spacing-4: 1rem;
$spacing-5: 1.25rem;
$spacing-6: 1.5rem;
$spacing-8: 2rem;
$spacing-10: 2.5rem;
$spacing-12: 3rem;
$spacing-16: 4rem;
$spacing-20: 5rem;
$spacing-24: 6rem;
$spacing-xs: 0.25rem;
$spacing-sm: 0.5rem;
$spacing-md: 1rem;
$spacing-lg: 2rem;
$radius-sm: 0.125rem;
$radius-md: 0.375rem;
$radius-lg: 0.5rem;
$radius-none: 0;
$radius-xl: 0.75rem;
$radius-2xl: 1rem;
$radius-full: 9999px;
$motion-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
$motion-default: 200ms cubic-bezier(0.4, 0, 0.2, 1);
$motion-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
$shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
$shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
$shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
$shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
