@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('RobotoMono-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('RobotoMono-ThinItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('RobotoMono-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('RobotoMono-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('RobotoMono-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('RobotoMono-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('RobotoMono-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('RobotoMono-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('RobotoMono-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('RobotoMono-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('RobotoMono-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('RobotoMono-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('RobotoMono-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('RobotoMono-BoldItalic.ttf') format('truetype');
}

/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'RobotoMono', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'RobotoMono var', sans-serif; }
  }
*/

@font-face {
  font-family: 'RobotoMono var';
  font-weight: 100 700;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url('RobotoMono-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono var';
  font-weight: 100 700;
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url('RobotoMono-Italic-VariableFont_wght.ttf') format('truetype');
}
