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

$color-primary-500: #0055ff;
$color-primary-600: #0044cc;
$color-secondary-500: #ff6600;
$color-background-default: #ffffff;
$color-background-surface: #f5f5f5;
$color-surface-default: #f5f5f5;
$color-error-500: #d32f2f;
$color-success-500: #388e3c;
$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;
$typography-font-family-sans: 'Inter', Arial, sans-serif;
$typography-font-family-serif: 'Merriweather', serif;
$typography-font-size-sm: 0.875rem;
$typography-font-size-md: 1rem;
$typography-font-size-lg: 1.25rem;
$typography-font-weight-regular: 400;
$typography-font-weight-bold: 700;
$spacing-xs: 0.25rem;
$spacing-sm: 0.5rem;
$spacing-md: 1rem;
$spacing-lg: 2rem;
$radius-sm: 4px;
$radius-md: 8px;
$radius-lg: 16px;
$motion-fast: 150ms ease-in-out;
$motion-default: 300ms ease-in-out;
