@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoLight.woff2') format('woff2'),
        url('../fonts/RobotoLight.woff') format('woff'),
        url('../fonts/RobotoLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoLightItalic.woff2') format('woff2'),
        url('../fonts/RobotoLightItalic.woff') format('woff'),
        url('../fonts/RobotoLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoRegular.woff2') format('woff2'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/RobotoRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoItalic.woff2') format('woff2'),
        url('../fonts/RobotoItalic.woff') format('woff'),
        url('../fonts/RobotoItalic.ttf') format('truetype');
    font-weight: 400;
    font-style:Italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoMedium.woff2') format('woff2'),
        url('../fonts/RobotoMedium.woff') format('woff'),
        url('../fonts/RobotoMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBold.woff2') format('woff2'),
        url('../fonts/RobotoBold.woff') format('woff'),
        url('../fonts/RobotoBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBoldItalic.woff2') format('woff2'),
        url('../fonts/RobotoBoldItalic.woff') format('woff'),
        url('../fonts/RobotoBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}







