@font-face {
    font-family: 'Noir Pro Regular';
    src: url('../fonts/NoirPro-Regular.eot');
    src: url('../fonts/NoirPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NoirPro-Regular.woff2') format('woff2'),
        url('../fonts/NoirPro-Regular.woff') format('woff'),
        url('../fonts/NoirPro-Regular.ttf') format('truetype'),
        url('../fonts/NoirPro-Regular.svg#NoirPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noir Pro Light';
    src: url('../fonts/NoirPro-Light.eot');
    src: url('../fonts/NoirPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NoirPro-Light.woff2') format('woff2'),
        url('../fonts/NoirPro-Light.woff') format('woff'),
        url('../fonts/NoirPro-Light.ttf') format('truetype'),
        url('../fonts/NoirPro-Light.svg#NoirPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}