/*Variables*/

:root {
    --color-link: #15a598;
    --color-btn: #00C5DF;
    --color-btn-txt: #FFFFFF;
    --color-text: #02111B;
    --color-text-white: #FFFFFF;
    --color-title: #02111B;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #C1E4E9;
    --color-bg-3: #206fab;
    --color-red: #EF6F6C;
    --font-title: DM Serif Display;
    --font-text: Baloo;
    --bg-transparent: transparent;
}
