:root {
    --theme-color-primary-50: #FFF8F2;
    --theme-color-primary-100: #FCEFE3;
    --theme-color-primary-200: #FAD3BB;
    --theme-color-primary-300: #F7B294;
    --theme-color-primary-400: #F26249;
    --theme-color-primary-500: #ed0000;
    --theme-color-primary-600: #D60000;
    --theme-color-primary-700: #B30000;
    --theme-color-primary-800: #8F0000;
    --theme-color-primary-900: #6B0000;
    --theme-color-primary-950: #450000;

    --theme-color-secondary-50: #FCFBF0;
    --theme-color-secondary-100: #FAF7E1;
    --theme-color-secondary-200: #F2EBB6;
    --theme-color-secondary-300: #EBDE8D;
    --theme-color-secondary-400: #DBC442;
    --theme-color-secondary-500: #cca500;
    --theme-color-secondary-600: #B89000;
    --theme-color-secondary-700: #996E00;
    --theme-color-secondary-800: #7A5000;
    --theme-color-secondary-900: #5C3700;
    --theme-color-secondary-950: #3B1F00;
}
