/*Variables*/

:root {
    --color-link: #b8dded;
    --color-btn: #aec7b3;
    --color-btn-txt: #000000;
    --color-text: #000000;
    --color-text-white: #FFFFFF;
    --color-title: #000000;
    --color-bg-1: #ffffff;
    --color-bg-2: #b8dded;
    --color-bg-3: #b8dded;
    --color-red: #ca7f2b;
    --font-title: Baloo;
    --font-text: Open Sans;
    --bg-transparent: transparent;
}
