@font-face {
    font-family: 'nunito';
    font-weight: 700;
    font-style: normal;
    src: url('./nunito-bold.woff') format('woff');
}

@font-face {
    font-family: 'nunito';
    font-weight: 400;
    font-style: normal;
    src: url('./nunito-regular.woff') format('woff');
}