@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('proxima-nova-regular.otf') format('opentype');
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('proxima-nova-regular-italic.otf') format('opentype');
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('proxima-nova-semibold.otf') format('opentype');
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('proxima-nova-semibold-italic.otf') format('opentype');
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('proxima-nova-bold.otf') format('opentype');
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('proxima-nova-bold-italic.otf') format('opentype');
}

