@font-face {
    font-family: 'Roboto';
    src: url('/assets/font/Roboto/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto';
    src: url('/assets/font/Roboto/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url('/assets/font/Roboto/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url('/assets/font/Roboto/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Nunito';
    src:url('/assets/font/Nunito/Nunito-Regular.woff2') format('woff2');
    /*font-weight: 400;*/
}