@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('ProximaNovaSemibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('ProximaNovaBold.woff') format('woff'),
         url('ProximaNovaBold.otf') format('opentype'),
         url('ProximaNovaBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold Italic';
    src: url('ProximaNovaBoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Extra Bold';
    src: url('ProximaNovaExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('ProximaNovaBlack.woff') format('woff'),
         url('ProximaNovaBlack.otf') format('opentype'),
         url('ProximaNovaBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Black Italic';
    src: url('ProximaNovaBlackItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
