@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_blackit.woff2') format('woff2'),
         url('../fonts/proximanova_blackit.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;

}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_black.woff2') format('woff2'),
         url('../fonts/proximanova_black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_extrabold.woff2') format('woff2'),
         url('../fonts/proximanova_extrabold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_boldit.woff2') format('woff2'),
         url('../fonts/proximanova_boldit.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;

}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_bold.woff2') format('woff2'),
         url('../fonts/proximanova_bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_regular.woff2') format('woff2'),
         url('../fonts/proximanova_regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_regular.woff2') format('woff2'),
         url('../fonts/proximanova_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova_light.woff2') format('woff2'),
         url('../fonts/proximanova_light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}