:root {
    --theme-font-univers: "UniversLTStd-Cn", sans-serif;
    --theme-font-univers-bold: "UniversLTStd-BoldCn", sans-serif;
    --theme-font-arial: Arial, Helvetica, sans-serif;

    --theme-color-blue: #0046ad;
    --theme-color-blue-dark: #002D72;
    --theme-color-blue-dark2: #00569B;
    --theme-color-blue-light: #4D7EC6;
    --theme-color-blue-light2: #0072CE;
    --theme-color-black: #333333;
    --theme-color-white: #ffffff;
    --theme-color-grey: #666666;
    --theme-color-grey-light: #AFAFAF;
    --theme-color-grey-light2: #d1d4d3;
    --theme-color-grey-light3: #eef2f4;
    --theme-color-red: #9C001C;
    --theme-color-red-light: #e28394;

    --secondary-color-brown: #8B5B29;
    --secondary-color-purple: #93328E;
    --secondary-color-cherry-red: #E4002B;
    --secondary-color-dark-red: #B7153A;
    --secondary-color-bright-orange: #FF8200;
    --secondary-color-soft-orange: #F2A900;
    --secondary-color-yellow: #FFD100;
    --secondary-color-turquois: #009CA6;
    --secondary-color-dark-green: #007A33;
    --secondary-color-middle-green: #009639;
    --secondary-color-grass-green: #00B140;
}