/*Variables*/

:root {
    --color-link: #b49851;
    --color-btn: #e81f27;
    --color-btn-txt: #000000;
    --color-text: #ffffff;
    --color-text-white: #FFFFFF;
    --color-title: #b49851;
    --color-bg-1: #000000;
    --color-bg-2: #000000;
    --color-bg-3: #000;
    --color-red: #b49851;
    --font-title: Baloo;
    --font-text: Baloo;
    --bg-transparent: transparent;
}
