@font-face {
    font-family: 'proxima_nova_regular';
    src: url('../fonts/proximanovaregular-webfont.woff2') format('woff2'),
        url('../fonts/proximanovaregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_nova_bold';
    src: url('../fonts/proximanovabold-webfont.woff2') format('woff2'), url('../fonts/proximanovabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_nova_medium';
    src: url('../fonts/proximanovamedium-webfont.woff2') format('woff2'), url('../fonts/proximanovamedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_nova_semibold';
    src: url('../fonts/proximanovasemibold-webfont.woff2') format('woff2'), url('../fonts/proximanovasemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}