@font-face {
    font-family: 'ProximaNova';
    src: url('ProximaNova-Bold.woff2') format('woff2'),
         url('ProximaNova-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('ProximaNova-Semibold.woff2') format('woff2'),
         url('ProximaNova-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('ProximaNova-Regular.woff2') format('woff2'),
         url('ProximaNova-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('ProximaNova-Light.woff2') format('woff2'),
         url('ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}