:root {
    --main-font: 'Roboto', sans-serif;
    --headding-font-2: 'Nunito', sans-serif;
    --theme-base: #a7a27c;
    --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: #6a6857;
    --theme-color1-rgb: 254, 172, 2;
    --theme-color2: #828e38;
    --theme-color2-rgb: 95, 188, 175;
    --theme-color3: #a0472a;
    --theme-color3-rgb: 160 71 42;
}