@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto'), url('../fonts/Roboto/Roboto-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto'), url('../fonts/Roboto/Roboto-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: 250;
    src: local('Roboto Thin'), url('../fonts/Roboto/Roboto-Thin.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Thin';
    font-style: italic;
    font-weight: 250;
    src: local('Roboto Thin'), url('../fonts/Roboto/Roboto-ThinItalic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), url('../fonts/Roboto/Roboto-Light.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Light';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light'), url('../fonts/Roboto/Roboto-LightItalic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Medium';
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium'), url('../fonts/Roboto/Roboto-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), url('../fonts/Roboto/Roboto-Black.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Black';
    font-style: italic;
    font-weight: 900;
    src: local('Roboto Black'), url('../fonts/Roboto/Roboto-BlackItalic.woff') format('woff');
}


