@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'),
        url(../fonts/Roboto-Light.woff2) format('woff2'),
        url(../fonts/Roboto-Light.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url(../fonts/Roboto-LightItalic.woff2) format('woff2'),
        url(../fonts/Roboto-LightItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'),
		 url(../fonts/Roboto-Bold.woff2) format('woff2'),
         url(../fonts/Roboto-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url(../fonts/Roboto-BoldItalic.woff2) format('woff2'),
        url(../fonts/Roboto-BoldItalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Thin';
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url(../fonts/Roboto-Thin.woff2) format('woff2'),
        url(../fonts/Roboto-Thin.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Thin';
    src: local('Roboto Thin Italic'), local('Roboto-Roboto-Thin'),
        url(../fonts/Roboto-ThinItalic.woff2) format('woff2'),
        url(../fonts/Roboto-ThinItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}