@font-face {
    font-family: 'Nexus Web';
    src: url('Nexus-Thin.woff2') format('woff2'),
         url('Nexus-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Nexus Web';
    src: url('Nexus-Medium.woff2') format('woff2'),
         url('Nexus-Medium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

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

.nexus-web {
    font-family: 'Nexus Web';
}

.nexus-web-thin {
    font-family: 'Nexus Web';
    font-weight: 100 !important;
}

.nexus-web-light {
    font-family: 'Nexus Web';
    font-weight: 300 !important;
}

.nexus-web-book {
    font-family: 'Nexus Web';
    font-weight: 500 !important;
}

.nexus-web-medium {
    font-family: 'Nexus Web';
    font-weight: 700 !important;
}

.nexus-web-bold {
    font-family: 'Nexus Web';
    font-weight: 900 !important;
}
