@font-face {
    font-family: "Averta";
    font-weight: normal;
    font-style: normal;
    src:
        url("/fonts/averta-regular-webfont.woff2") format("woff2"),
        url("/fonts/averta-regular-webfont.woff") format("woff");
}

@font-face {
    font-family: "AvertaLight";
    font-weight: normal;
    font-style: normal;
    src:
        url("/fonts/averta-light-webfont.woff2") format("woff2"),
        url("/fonts/averta-light-webfont.woff") format("woff");
}

@font-face {
    font-family: "AvertaSemibold";
    font-weight: 500;
    font-style: normal;
    src:
        url("/fonts/averta-semibold-webfont.woff2") format("woff2"),
        url("/fonts/averta-semibold-webfont.woff") format("woff");
}

@font-face {
    font-family: "AvertaBold";
    font-weight: 700;
    font-style: normal;
    src:
        url("/fonts/averta-bold-webfont.woff2") format("woff2"),
        url("/fonts/averta-bold-webfont.woff") format("woff");
}

@font-face {
    font-family: "Ocraextended";
    font-weight: 400;
    src:
        url("/fonts/ocraextended.ttf") format("ttf2"),
        url("/fonts/ocraextended.ttf") format("ttf");
}