/*Variables*/

:root {
    --color-link: #373793;
    --color-btn: #4545E5;
    --color-btn-txt: #FFFFFF;
    --color-text: #040404;
    --color-text-white: #FFFFFF;
    --color-title: #404089;
    --color-bg-1: #FEF5F0;
    --color-bg-2: #FFFFFF;
    --color-bg-3: #DC6868;
    --color-red: #FFA132;
    --font-title: Baloo;
    --font-text: Lato;
    --bg-transparent: transparent;
}
