/* Local font declarations for offline use */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/roboto/roboto-light.woff2') format('woff2'),
         url('../../fonts/roboto/roboto-light.woff') format('woff');
}

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

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

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

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