/* Roboto font family */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/download/roboto-regular.woff2') format('woff2'),
         url('/fonts/download/roboto-regular.woff') format('woff'),
         url('/fonts/download/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/download/roboto-bold.woff2') format('woff2'),
         url('/fonts/download/roboto-bold.woff') format('woff'),
         url('/fonts/download/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/download/roboto-italic.woff2') format('woff2'),
         url('/fonts/download/roboto-italic.woff') format('woff'),
         url('/fonts/download/roboto-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/download/roboto-bolditalic.woff2') format('woff2'),
         url('/fonts/download/roboto-bolditalic.woff') format('woff'),
         url('/fonts/download/roboto-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
