@font-face {
    font-family: 'Nunito';
    src: url('Nunito.woff2') format('woff2'),
        url('Nunito.woff') format('woff');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {

    font-family: 'Nunito';
    src: url('Nunito Bold.woff2') format('woff2'),
        url('Nunito Bold.woff') format('woff');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}