/*Variables*/

:root {
    --color-link: #f1ebe1;
    --color-btn: #f1ebe1;
    --color-btn-txt: #6b8065;
    --color-text: #511e3f;
    --color-text-white: #FFFFFF;
    --color-title: #511e3f;
    --color-bg-1: #f1ebe1;
    --color-bg-2: #f1ebe1;
    --color-bg-3: #511e3f;
    --color-red: #6b8065;
    --font-title: Merriweather;
    --font-text: Open Sans;
    --bg-transparent: transparent;
}
