@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('/includes/webfonts/roboto/2020/Roboto-Italic.woff2') format('woff2'),
        url('/includes/webfonts/roboto/2020/Roboto-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('/includes/webfonts/roboto/2020/Roboto-Thin.woff2') format('woff2'),
        url('/includes/webfonts/roboto/2020/Roboto-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
    src: url('/includes/webfonts/roboto/2020/Roboto-Light.woff2') format('woff2'),
        url('/includes/webfonts/roboto/2020/Roboto-Light.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
   src: url('/includes/webfonts/roboto/2020/Roboto-Regular.woff2') format('woff2'),
        url('/includes/webfonts/roboto/2020/Roboto-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/includes/webfonts/roboto/2020/Roboto-Medium.woff2') format('woff2'),
        url('/includes/webfonts/roboto/2020/Roboto-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/includes/webfonts/roboto/2020/Roboto-Bold.woff2') format('woff2'),
        url('/includes/webfonts/roboto/2020/Roboto-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/includes/webfonts/roboto/2020/Roboto-Black.woff2') format('woff2'),
        url('/includes/webfonts/roboto/2020/Roboto-Black.woff') format('woff');
}
