/*Variables*/

:root {
    --color-link: #bfa373;
    --color-btn: #bfa373;
    --color-btn-txt: #fff;
    --color-text: #353335;
    --color-text-white: #FFFFFF;
    --color-title: #353335;
    --color-bg-1: #fff;
    --color-bg-2: #f2f2f2;
    --color-bg-3: #353335;
    --color-red: #eb5160;
    --font-title: Merriweather;
    --font-text: Poppins;
    --bg-transparent: transparent;
}
