@font-face {
    font-family: 'Nouvelle Grotesk';
    src: local('Nouvelle Grotesk'), local('Nouvelle-Grotesk-Normal'), url("NNNouvelleGroteskSTD-Normal.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nouvelle Grotesk';
    src: local('Nouvelle Grotesk Bold'), local('Nouvelle-Grotesk-Bold'), url("NNNouvelleGroteskSTD-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nouvelle Grotesk';
    src: local('Nouvelle Grotesk Black'), local('Nouvelle-Grotesk-Black'), url("NNNouvelleGroteskSTD-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}