/* Alternate Gothic */
@font-face {
  font-family: 'Alternate Gothic';
  src: url('alternate-gothic-n1-d.otf') format('opentype');
  font-weight: 400;
}

/* Roboto Mono */
@font-face {
  font-family: 'Roboto Mono';
  src: url('robotomono-variable.ttf') format('truetype');
  font-weight: 100 900;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('robotomono-italic-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

/* Mono45 */
@font-face {
  font-family: 'Mono45';
  src: url('mono45-headline-light.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Mono45';
  src: url('mono45-headline-regular.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'Mono45';
  src: url('mono45-headline-bold.otf') format('opentype');
  font-weight: 700;
}
