/* thin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url(./roboto-latin-100.woff2?s=fdb2dc29ed206758aa032c555190d6c67a402745) format('woff2'),
       url(./roboto-latin-100.woff?s=2bc3395834613d8d43beb1fa30402ae66cfd901a) format('woff');
}
@font-face {
  font-family: 'Roboto-Thin';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url(./roboto-latin-100.woff2?s=fdb2dc29ed206758aa032c555190d6c67a402745) format('woff2'),
       url(./roboto-latin-100.woff?s=2bc3395834613d8d43beb1fa30402ae66cfd901a) format('woff');
}


/* light */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url(./roboto-latin-300.woff2?s=9f1689c0bc54a3517c45ed72242d294d39bd345a) format('woff2'),
       url(./roboto-latin-300.woff?s=371f205d26a8c05c29c42c769f5c71c179aea03b) format('woff');
}
@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url(./roboto-latin-300.woff2?s=9f1689c0bc54a3517c45ed72242d294d39bd345a) format('woff2'),
       url(./roboto-latin-300.woff?s=371f205d26a8c05c29c42c769f5c71c179aea03b) format('woff');
}


/* regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url(./roboto-latin-regular.woff2?s=f43a130e409d71c4100158d2c3f8b1c9976640a5) format('woff2'),
       url(./roboto-latin-regular.woff?s=74ba70b861c1bf1f342ee97e8ee5cd85d6566629) format('woff');
}


/* medium */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url(./roboto-latin-500.woff2?s=cba8c524887631a5d0927f6078cd826a99a30211) format('woff2'),
       url(./roboto-latin-500.woff?s=00795b1148759f951d214481e36439dc1bc88a1d) format('woff');
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url(./roboto-latin-500.woff2?s=cba8c524887631a5d0927f6078cd826a99a30211) format('woff2'),
       url(./roboto-latin-500.woff?s=00795b1148759f951d214481e36439dc1bc88a1d) format('woff');
}


/* bold */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url(./roboto-latin-700.woff2?s=2dcbf3a9c39f85731908a750dacda1da78129b87) format('woff2'),
       url(./roboto-latin-700.woff?s=37ccc6f66695e5c402d7a67ba3145cda35ae98c6) format('woff');
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url(./roboto-latin-700.woff2?s=2dcbf3a9c39f85731908a750dacda1da78129b87) format('woff2'),
       url(./roboto-latin-700.woff?s=37ccc6f66695e5c402d7a67ba3145cda35ae98c6) format('woff');
}


/* black */
@media all {
    @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 900;
        src: local('Roboto Black'), local('Roboto-Black'),
        url(./roboto-latin-900.woff2?s=e7a7054d827deb542a52c47f1f9700b863ea216c) format('woff2'),
        url(./roboto-latin-900.woff?s=5887df036d268aa8b8c852dcc4f28449675a9971) format('woff');
    }
    @font-face {
        font-family: 'Roboto-Black';
        font-style: normal;
        font-weight: 900;
        src: local('Roboto Black'), local('Roboto-Black'),
        url(./roboto-latin-900.woff2?s=e7a7054d827deb542a52c47f1f9700b863ea216c) format('woff2'),
        url(./roboto-latin-900.woff?s=5887df036d268aa8b8c852dcc4f28449675a9971) format('woff');
    }
}