@font-face {
  font-family: 'Red Hat Display';
  src: url('fonts/red_hat_display_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Chivo Mono';
  src: url('fonts/chivo_mono_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Mono';
  src: url('fonts/red_hat_mono_semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/red_hat_text.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('fonts/redhattext_bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Red Hat Mono';
  src: url('fonts/redhatmono_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}