/*
@font-face {
  font-family: 'DejaVu Sans Mono';
  font-style: normal;
  font-weight: 400;
  src: url('./dejavusansmono-webfont.ttf') format('truetype');
  font-display: swap;
}
*/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('./raleway-regular-webfont.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('./raleway-medium-webfont.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('./raleway-bold-webfont.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('./raleway-heavy-webfont.ttf') format('truetype');
  font-display: swap;
}
/*
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('./opensans-condlight-webfont.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('./opensans-condbold-webfont.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('./opensans-condlightitalic-webfont.ttf') format('truetype');
  font-display: swap;
}
*/
