/*Variables*/

:root {
    --color-link: #e0b383;
    --color-btn: #b8d5c0;
    --color-btn-txt: #292327;
    --color-text: #292327;
    --color-text-white: #FFFFFF;
    --color-title: #292327;
    --color-bg-1: #e0b383;
    --color-bg-2: #f9f2e6;
    --color-bg-3: #f9f2e6;
    --color-red: #e0b383;
    --font-title: Philosopher;
    --font-text: Forum;
    --bg-transparent: transparent;
}
