/*Variables*/

:root {
    --color-link: #2e1e22;
    --color-btn: #2e1e22;
    --color-btn-txt: #fdf0e9;
    --color-text: #2e1e22;
    --color-text-white: #FFFFFF;
    --color-title: #2e1e22;
    --color-bg-1: #fdf0e9;
    --color-bg-2: #2e1e22;
    --color-bg-3: #2e1e22;
    --color-red: #2b4222;
    --font-title: Philosopher;
    --font-text: Lato;
    --bg-transparent: transparent;
}
