/*Variables*/

:root {
    --color-link: #ff79ae;
    --color-btn: #ff79ae;
    --color-btn-txt: #fff;
    --color-text: #151515;
    --color-text-white: #FFFFFF;
    --color-title: #151515;
    --color-bg-1: #fff;
    --color-bg-2: #ebebeb;
    --color-bg-3: #fff;
    --color-red: #f48498;
    --font-title: DM Serif Display;
    --font-text: Montserrat;
    --bg-transparent: transparent;
}
