
    :root {
        --header-height: 200px;
        --background-body: #ffffff;

        --main-color: #252525;
        --second-color: #eded00;
        --hover-color: #eded00;

        --cta-color: #eded00;

        --text-color: #0b131a;
        --second-text-color: #000000;

        --font-size: 19px;
        --line-height: 34.2px;

        --headings-font: 'Merriweather', serif;
        --main-font: 'Didact Gothic', sans-serif;
        --cta-font: ;

        --font-size-mobile: 17px;
        --line-height-mobile: 30.6px;

        --padding-vertical: 60px;
        --padding-horizontal: 35px;

    }

    