/*Variables*/
:root {
    --color-link: #CC553D;
    --color-btn: #E0BF00;
    --color-btn-txt: #44595E;
    --color-text: #1F1F1F;
    --color-text-white: #FFFFFF;
    --color-title: #44595E;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #E0BF00;
    --color-bg-3: #44595E;
    --color-red: #9A1E1E;
    --font-title: Alata;
    --font-text: Karla;
    --color-contour: #45594B;
}