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