/*Variables*/

:root {
    --color-link: #EBBA4B;
    --color-btn: #EBBA4B;
    --color-btn-txt: #0B0B0A;
    --color-text: #0B0B0A;
    --color-text-white: #FFFFFF;
    --color-title: #890a2b;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #F7F5E9;
    --color-bg-3: #890a2b;
    --color-red: #890a2b;
    --font-title: Courgette;
    --font-text: Racing Sans One;
    --bg-transparent: transparent;
}
