/*Variables*/

:root {
    --color-link: #c37242;
    --color-btn: #c37242;
    --color-btn-txt: #fbf6f3;
    --color-text: #55362a;
    --color-text-white: #FFFFFF;
    --color-title: #8a9977;
    --color-bg-1: #fbf6f3;
    --color-bg-2: #e5c79c;
    --color-bg-3: #8a9977;
    --color-red: #c37242;
    --font-title: Courgette;
    --font-text: Open Sans;
    --bg-transparent: transparent;
}
