@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/proxima_reg.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('../fonts/proxima_thin.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/proxima_bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Proxima Nova Extrabold';
    src: url('../fonts/proxima_extrabold.otf') format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('../fonts/proxima_black.otf') format('opentype');
    font-weight: 900;
}
