:root {
    --theme-color-primary-50: #FEF7F4;
    --theme-color-primary-100: #FEEEE8;
    --theme-color-primary-200: #FBD6C7;
    --theme-color-primary-300: #F9BDA5;
    --theme-color-primary-400: #F5936C;
    --theme-color-primary-500: #F0591D;
    --theme-color-primary-600: #CC4C19;
    --theme-color-primary-700: #A83E14;
    --theme-color-primary-800: #843110;
    --theme-color-primary-900: #60240C;
    --theme-color-primary-950: #3C1607;

    --theme-color-secondary-50: #F4F6F8;
    --theme-color-secondary-100: #E9EDF2;
    --theme-color-secondary-200: #C7D2DE;
    --theme-color-secondary-300: #A6B6C9;
    --theme-color-secondary-400: #6E89A8;
    --theme-color-secondary-500: #204979;
    --theme-color-secondary-600: #1B3E67;
    --theme-color-secondary-700: #163355;
    --theme-color-secondary-800: #122843;
    --theme-color-secondary-900: #0D1D30;
    --theme-color-secondary-950: #08121E;
}
