@font-face {
    font-family: 'ProximaNova-Light';
    src: local('ProximaNova-Light'),
         url("../fonts/ProximaNova/proximanova-light-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: local('ProximaNova-Regular'),
         url("../fonts/ProximaNova/proximanova-reg-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Semi-Bold';
    src: local('ProximaNova-Semi-Bold'),
         url("../fonts/ProximaNova/proximanova-sbold-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: local('ProximaNova-Bold'),
         url("../fonts/ProximaNova/proximanova-bold-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}