/* thin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('./roboto-latin-100.woff2') format('woff2'),
       url('./roboto-latin-100.woff') 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') format('woff2'),
       url('./roboto-latin-100.woff') 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') format('woff2'),
       url('./roboto-latin-300.woff') 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') format('woff2'),
       url('./roboto-latin-300.woff') 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') format('woff2'),
       url('./roboto-latin-regular.woff') 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') format('woff2'),
       url('./roboto-latin-500.woff') 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') format('woff2'),
       url('./roboto-latin-500.woff') 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') format('woff2'),
       url('./roboto-latin-700.woff') 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') format('woff2'),
       url('./roboto-latin-700.woff') 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') format('woff2'),
        url('./roboto-latin-900.woff') 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') format('woff2'),
        url('./roboto-latin-900.woff') format('woff');
    }
}