/*Variables*/

:root {
    --color-link: #db9645;
    --color-btn: #db9645;
    --color-btn-txt: #58604f;
    --color-text: #58604f;
    --color-text-white: #FFFFFF;
    --color-title: #58604f;
    --color-bg-1: #fff6e9;
    --color-bg-2: #eaaa54;
    --color-bg-3: #828e75;
    --color-red: #eaaa54;
    --font-title: Roboto Slab;
    --font-text: Roboto;
    --bg-transparent: transparent;
}
