/*Variables*/

:root {
    --color-link: #9eb201;
    --color-btn: #9eb201;
    --color-btn-txt: #fff;
    --color-text: #151515;
    --color-text-white: #FFFFFF;
    --color-title: #151515;
    --color-bg-1: #fff;
    --color-bg-2: #9dc80f;
    --color-bg-3: #ebebeb;
    --color-red: #F48498;
    --font-title: Playfair Display;
    --font-text: Raleway;
    --bg-transparent: transparent;
}
