:root {
    --font-family-body: 'Roboto', sans-serif;
    --font-family-head: 'Roboto', sans-serif;
}

@font-face {
     font-family: 'Roboto';
     src: url('roboto/Roboto-Regular.woff2') format('woff2'),
     url('roboto/Roboto-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
    font-display: swap;
}
 @font-face {
     font-family: 'Roboto';
     src: url('roboto/Roboto-Italic.woff2') format('woff2'),
     url('roboto/Roboto-Italic.woff') format('woff');
     font-weight: normal;
     font-style: italic;
     font-display: swap;
 }

 @font-face {
     font-family: 'Roboto';
     src: url('roboto/Roboto-Medium.woff2') format('woff2'),
     url('roboto/Roboto-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }
 @font-face {
     font-family: 'Roboto';
     src: url('roboto/Roboto-Bold.woff2') format('woff2'),
     url('roboto/Roboto-Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }
 @font-face {
     font-family: 'Roboto';
     src: url('roboto/Roboto-BoldItalic.woff2') format('woff2'),
     url('roboto/Roboto-BoldItalic.woff') format('woff');
     font-weight: bold;
     font-style: italic;
     font-display: swap;
 }


 html,body {
    font-family: 'Roboto', sans-serif
}
h1,h2,h3,h4 {
    font-weight:700;
    font-style:normal
}
h5,h6 {
    font-weight:500;
}