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

$color-primary-500: #2563eb;
$color-primary-600: #1d4ed8;
$color-primary-default: #2563eb;
$color-secondary-500: #64748b;
$color-secondary-600: #475569;
$color-secondary-default: #64748b;
$color-background-default: #ffffff;
$color-background-surface: #f8fafc;
$color-surface-default: #f8fafc;
$color-error-500: #dc2626;
$color-error-600: #b91c1c;
$color-error-default: #dc2626;
$color-success-500: #16a34a;
$color-text-default: #1e293b;
$color-text-secondary: #64748b;
$color-text-disabled: #9ca3af;
$color-text-muted: #999999;
$color-text-primary: #1e293b;
$color-border-disabled: #ced4da;
$color-table-border-color: #e5e5e5;
$color-table-border-width: 0.25px;
$typography-font-family-sans: 'Inter', Arial, sans-serif;
$typography-font-family-serif: 'Merriweather', serif;
$typography-font-family-default: 'Inter', Arial, sans-serif;
$typography-font-size-sm: 0.875rem;
$typography-font-size-md: 1rem;
$typography-font-size-lg: 1.25rem;
$typography-font-size-default: 1rem;
$typography-font-weight-regular: 400;
$typography-font-weight-bold: 700;
$spacing-xs: 0.375rem;
$spacing-sm: 0.75rem;
$spacing-md: 1.25rem;
$spacing-lg: 2.5rem;
$radius-sm: 4px;
$radius-md: 8px;
$radius-lg: 16px;
$motion-fast: 150ms ease-in-out;
$motion-default: 300ms ease-in-out;
