:root {
    --main-font: 'Roboto', sans-serif;
    --headding-font-2: 'Nunito', sans-serif;
    --theme-base: #f74f22;
    --theme-base-rgb: 247, 79, 34;
    --theme-black: #232323;
    --theme-black-rgb: 35, 35, 35;
    --theme-gray: #777777;
    --theme-gray-rgb: 119, 119, 119;
    --theme-color1: #0093cf;
    --theme-color1-rgb: 254, 172, 2;
    --theme-color2: #00b6cf;
    --theme-color2-rgb: 95, 188, 175;
    --theme-color3: #00d4b2;
    --theme-color3-rgb: 0, 144, 255;
    --blue-themecolor: #4f6caf;
    /* Side menu toggler (header-one) — darker than --blue-themecolor */
    --blue-themecolor-dark: #0d3d7a;
}