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

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

@font-face {
    font-family: 'light';
    src: url('./fonts/roboto-light-webfont.woff2') format('woff2'),
        url('./fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

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

@font-face {
    font-family: 'monoRegular';
    src: url('./fonts/robotomono-regular-webfont.woff2') format('woff2'),
        url('./fonts/robotomono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

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