
        :root {
            --theme-primary: #ed1b24;
            --theme-primary-hover: #d8174b;
            --theme-primary-text: #ffffff;
            --theme-primary-text-hover: #020d26;

            --theme-secondary: #54595F;
            --theme-secondary-hover: #ff5e14;
            --theme-secondary-text: #ffffff;
            --theme-secondary-text-hover: #ff5e14;

            --theme-tertiary: #dddddd;
            --theme-tertiary-hover: #cccccc;
            --theme-tertiary-text: #333333;
            --theme-tertiary-text-hover: #333333;

            --theme-quaternary: #0b4141;
            --theme-quaternary-hover: #0b4141;
            --theme-quaternary-text: #d8d8d8;
            --theme-quaternary-text-hover: #d8d8d8;

            --theme-quinary: #0b4141;
            --theme-quinary-hover: #818a8f;
            --theme-quinary-text: #ffffff;
            --theme-quinary-text-hover: #ff5e14;

            --text-color: #333333;
            --link-color: #444444;
            --link-hover-color: #333333;

            --body-bg: #eeeeee;
        }
    