@font-face {
  font-family: 'Roboto Black';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Black'), url('./Roboto/Roboto-Black.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Bold'), url('./Roboto/Roboto-Bold.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Light';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Light'), url('./Roboto/Roboto-Light.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Medium'), url('./Roboto/Roboto-Medium.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Regular'),
    url('./Roboto/Roboto-Regular.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Thin'), url('./Roboto/Roboto-Thin.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Condensed Regular'),
    url('./Roboto/RobotoCondensed-Regular.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Condensed Light'),
    url('./Roboto/RobotoCondensed-Light.ttf') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Condensed Bold'),
    url('./Roboto/RobotoCondensed-Bold.ttf') format('woff');
}
