@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/static/unversioned/font/RobotoCondensed-Regular.ttf');
}

@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 700;
  src: url('/static/unversioned/font/RobotoCondensed-Bold.ttf');
}

@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: 300;
  src: url('/static/unversioned/font/RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/static/unversioned/font/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 400;
  src: url('/static/unversioned/font/Roboto-Bold.ttf');
}

@font-face {
  font-family: 'Roboto Light';
  font-style: normal;
  font-weight: 400;
  src: url('/static/unversioned/font/Roboto-Light.ttf');
}
