/*Variables*/

:root {
    --color-link: #a55548;
    --color-btn: #a55548;
    --color-btn-txt: #ffffff;
    --color-text: #21211f;
    --color-text-white: #FFFFFF;
    --color-title: #21211f;
    --color-bg-1: #abb48d;
    --color-bg-2: #cc866e;
    --color-bg-3: #424530;
    --color-red: #c2554f;
    --font-title: Roboto Condensed;
    --font-text: Raleway;
    --bg-transparent: transparent;
}
