@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.html') format('woff2'),
        url('../fonts/ProximaNova-Light-2.html') format('woff'),
        url('../fonts/ProximaNova-Light-3.html') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.html') format('woff'),
        url('../fonts/ProximaNova-Regular-2.html') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.html') format('woff'),
        url('../fonts/ProximaNova-Semibold-2.html') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.html') format('woff'),
        url('../fonts/ProximaNova-Bold-2.html') format('truetype');
    font-weight: 700;
    font-style: normal;
}

