:root {
    --evgBodyFontFamily: Lato;
    --evgBodyFontSizeL: 1.6rem;
    --evgBodyFontSizeM: 1.6rem;
    --evgBodyFontSizeS: 1.6rem;
    --evgLinkFontFamily: Lato;
    --evgLinkFontSizeL: 1.6rem;
    --evgLinkFontSizeM: 1.6rem;
    --evgLinkFontSizeS: 1.6rem;
    --evgH1FontFamily: Lato;
    --evgH1FontSizeL: 6rem;
    --evgH1FontSizeM: 4.5rem;
    --evgH1FontSizeS: 3.6rem;
    --evgH2FontFamily: Lato;
    --evgH2FontSizeL: 3.6rem;
    --evgH2FontSizeM: 2.7rem;
    --evgH2FontSizeS: 2.7rem;
    --evgH3FontFamily: Lato;
    --evgH3FontSizeL: 2.4rem;
    --evgH3FontSizeM: 2.4rem;
    --evgH3FontSizeS: 2.4rem;
    --evgH4FontFamily: Lato;
    --evgH4FontSizeL: 1.6rem;
    --evgH4FontSizeM: 1.6rem;
    --evgH4FontSizeS: 1.6rem;
    --evgH5FontFamily: Lato;
    --evgH5FontSizeL: 1.2rem;
    --evgH5FontSizeM: 1.2rem;
    --evgH5FontSizeS: 1.2rem;
    --evgBodyTextColor: #585555;
    --evgBorderColor: #dddddd;
    --evgPrimaryColor: #06607f;
    --evgAltColor: #6f3a8f;
    --evgLightColor: #ffffff;
    --evgGreyColor: #fafafa;
    --evgGreyDarkColor: #374448;
    --evgDarkColor: #283033;
    --evgDarkenColor: rgba(0, 0, 0, 0.05);
    --evgLightenColor: rgba(255, 255, 255, 0.05);
    --evgLightOverlayColor: rgba(255, 255, 255, 0.6);
    --evgDarkOverlayColor: rgba(0, 0, 0, 0.6);
    --evgErrorColor: #b72121;
    --evgSuccessColor: #006613;
}