@font-face {
    font-family: 'NavuBaseFont';
    src: url('/fonts/roboto/roboto-medium.woff2') format('woff2'),
    url('/fonts/roboto/roboto-medium.woff') format('woff');
    font-weight: 700 900;
}

@font-face {
    font-family: 'NavuBaseFont';
    src: url('/fonts/roboto/roboto-italic.woff2') format('woff2'),
    url('/fonts/roboto/roboto-italic.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'NavuBaseFont';
    src: url('/fonts/roboto/roboto-regular.woff2') format('woff2'),
    url('/fonts/roboto/roboto-regular.woff') format('woff');
    font-weight: 200 400;
}
