@font-face {
    font-family: sourcesans;
    src: url(../fonts/sourcesans.ttf);
    font-weight: 100 900;
    font-display: fallback;
}

@font-face {
    font-family: europa;
    src: url(../fonts/europaregular.otf);
    font-weight: 400;
    font-display: fallback;
}

@font-face {
    font-family: europa;
    src: url(../fonts/europabold.otf);
    font-weight: 700;
    font-display: fallback;
}

@font-face {
    font-family: helveticacb;
    src: url(../fonts/helveticacb.ttf);
    font-display: fallback;
}

@font-face {
    font-family: helveticarcb;
    src: url(../fonts/helveticarcb.woff2);
    font-display: fallback;
    font-weight: normal;
}