@font-face {
  font-family: 'RobotoMono-Light';
  font-style: light;
  font-weight: 200;
  font-display: swap;
  src: url('RobotoMono-Light.eot'); /* IE9 Compat Modes */
  src: url('RobotoMono-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('RobotoMono-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('RobotoMono-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'RobotoMono-Bold';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url('RobotoMono-Bold.eot'); /* IE9 Compat Modes */
  src: url('RobotoMono-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('RobotoMono-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('RobotoMono-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}