/*Variables*/

:root {
    --color-link: #000000;
    --color-btn: #9b2743;
    --color-btn-txt: #ffffff;
    --color-text: #000000;
    --color-text-white: #FFFFFF;
    --color-title: #9b2743;
    --color-bg-1: #ffffff;
    --color-bg-2: #ffffff;
    --color-bg-3: #000000;
    --color-red: #612e65;
    --font-title: DM Serif Display;
    --font-text: Montserrat;
    --bg-transparent: transparent;
}
