/*
|--------------------------------------------------------------------------
| CSS Custom Properties for Theming
|--------------------------------------------------------------------------
|
| These CSS variables define the color palette for the site. They are
| referenced by the Tailwind config as 'primary-*' colors.
|
| To customize the theme per product, update these values.
| Use https://uicolors.app/ to generate a full palette from a base color.
|
| This file is PRODUCT-OWNED: each product branch maintains its own
| version with its own brand colors. Do not modify in main unless
| you are changing the variable structure.
|
| Default: Indigo (#4F46E5)
|
*/

:root {
    --color-primary-50: #eef2ff;
    --color-primary-100: #e0e7ff;
    --color-primary-200: #c7d2fe;
    --color-primary-300: #a5b4fc;
    --color-primary-400: #818cf8;
    --color-primary-500: #6366f1;
    --color-primary-600: #4f46e5;
    --color-primary-700: #4338ca;
    --color-primary-800: #3730a3;
    --color-primary-900: #312e81;
    --color-primary-950: #1e1b4b;
}
