/* import Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/roboto-regular.woff2')  format('woff2'),
       url('../Fonts/roboto-regular.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: 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: url('../Fonts/roboto-medium.woff2') format('woff2'),
         url('../Fonts/roboto-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/roboto-italic.woff2')  format('woff2'),
       url('../Fonts/roboto-italic.woff')  format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
