@font-face {
    font-family: 'Proxima';
    src: url('bold-webfont.eot');
    src: url('bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bold-webfont.woff2') format('woff2'),
         url('bold-webfont.woff') format('woff'),
         url('bold-webfont.ttf') format('truetype'),
         url('bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: bold;
    font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'Proxima';
    src: url('light-webfont.eot');
    src: url('light-webfont.eot?#iefix') format('embedded-opentype'),
         url('light-webfont.woff2') format('woff2'),
         url('light-webfont.woff') format('woff'),
         url('light-webfont.ttf') format('truetype'),
         url('light-webfont.svg#proxima_novalight') format('svg');
    font-weight: 100;
    font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'Proxima';
    src: url('regular-webfont.eot');
    src: url('regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('regular-webfont.woff2') format('woff2'),
         url('regular-webfont.woff') format('woff'),
         url('regular-webfont.ttf') format('truetype'),
         url('regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}