/*Variables*/

:root {
    --color-link: #78cecb;
    --color-btn: #b2c920;
    --color-btn-txt: #ffffff;
    --color-text: #000;
    --color-text-white: #FFFFFF;
    --color-title: #000;
    --color-bg-1: #fff;
    --color-bg-2: #97cde7;
    --color-bg-3: #ffffff;
    --color-red: #D72638;
    --font-title: DM Serif Display;
    --font-text: Montserrat;
    --bg-transparent: transparent;
}
