@font-face {
    font-family: "NostromoRegular";
    src: url(../fonts/NostromoRegular-Light.otf) format('TrueType');
    font-weight: 300;
}

@font-face {
    font-family: "Nostromo";
    src: url(../fonts/NostromoRegular-Medium.otf) format('TrueType');
    s-weight: 400;
}

@font-face {
    font-family: "Nostromo";
    src: url(../fonts/NostromoRegular-Bold.otf) format('TrueType');
    font-weight: 500;
}

@font-face {
    font-family: "Nostromo";
    src: url(../fonts/NostromoRegular-Heavy.otf) format('TrueType');
    font-weight: 600;
}

@font-face {
    font-family: "Nostromo";
    src: url(../fonts/NostromoRegular-Black.otf) format('TrueType');
    font-weight: 700;
}