:root {
    --theme-primary: #153854;
    --theme-primary-dark: #102f46;
    --theme-primary-950: #0e2336;
    --theme-primary-900: #102f46;
    --theme-primary-800: #123248;
    --theme-primary-500: #2f5d7e;
    --theme-primary-400: #4f7899;
    --theme-primary-300: #8fa9bf;
    --theme-primary-200: #c8d7e3;
    --theme-primary-100: #e3ebf2;
    --theme-primary-50: #f1f5f8;
    --theme-primary-accent: #2b5878;
    --theme-primary-accent-2: #3a6688;
    --theme-primary-rgb: 21, 56, 84;
    --theme-primary-500-rgb: 47, 93, 126;
    --theme-primary-400-rgb: 79, 120, 153;
    --theme-primary-300-rgb: 143, 169, 191;
    --theme-primary-accent-rgb: 43, 88, 120;
    --theme-primary-accent-2-rgb: 58, 102, 136;
}
