/*Variables*/

:root {
    --color-link: #b6d35b;
    --color-btn: #e95126;
    --color-btn-txt: #bcd9f3;
    --color-text: #000000;
    --color-text-white: #FFFFFF;
    --color-title: #000000;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #e95126;
    --color-bg-3: #b6d35b;
    --color-red: #e95126;
    --font-title: Courgette;
    --font-text: Montserrat;
    --bg-transparent: transparent;
}
