/*Variables*/

:root {
    --color-link: #cc553d;
    --color-btn: #5f9c87;
    --color-btn-txt: #d4af37;
    --color-text: #000000;
    --color-text-white: #FFFFFF;
    --color-title: #5f9c87;
    --color-bg-1: #ffffff;
    --color-bg-2: #2f6b55;
    --color-bg-3: #44595e;
    --color-red: #9A1E1E;
    --font-title: Alata;
    --font-text: Karla;
    --bg-transparent: transparent;
}
