@font-face {
    font-family: 'nunito';
    font-weight: 400;
    font-display: normal;
    src: url(Nunito-Regular.ttf) format('opentype');
}
@font-face {
    font-family: 'nunito';
    font-weight: 500;
    font-display: normal;
    src: url(Nunito-Medium.ttf) format('opentype');
}
@font-face {
    font-family: 'nunito';
    font-weight: 600;
    font-display: normal;
    src: url(Nunito-SemiBold.ttf) format('opentype');
}

@font-face {
    font-family: 'nunito';
    font-weight: 700;
    font-display: normal;
    src: url(Nunito-Bold.ttf) format('opentype');
}

@font-face {
    font-family: 'nunito';
    font-weight: 800;
    font-display: normal;
    src: url(Nunito-ExtraBold.ttf) format('opentype');
}
