@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-300-italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

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

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

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



@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-600-italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}

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


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

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


@font-face {
    font-family: 'RobotoMono';
    src: url('../fonts/robotomono/robotomono-bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

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