/*Variables*/

:root {
    --color-link: #bdb099;
    --color-btn: #bdb099;
    --color-btn-txt: #fff;
    --color-text: #111010;
    --color-text-white: #FFFFFF;
    --color-title: #252525;
    --color-bg-1: #fff;
    --color-bg-2: #ebebeb;
    --color-bg-3: #252525;
    --color-red: #a79f9f;
    --font-title: Baloo;
    --font-text: Jost;
    --bg-transparent: transparent;
}
