/*Variables*/

:root {
    --color-link: #7aa590;
    --color-btn: #7aa590;
    --color-btn-txt: #3C2820;
    --color-text: #110C0A;
    --color-text-white: #FFFFFF;
    --color-title: #353928;
    --color-bg-1: #ffffff;
    --color-bg-2: #fffbf5;
    --color-bg-3: #fffbf5;
    --color-red: #DE6641;
    --font-title: Merriweather;
    --font-text: DM Serif Display;
    --bg-transparent: transparent;
}
