@font-face {
  font-family: 'Iosevka Web';
  font-weight: 100;
  font-style: normal;
  src: url('fonts/iosevka-light.woff2') format('woff2'), url('fonts/iosevka-light.woff') format('woff'), url('fonts/iosevka-light.ttf') format('truetype');
}
html,
body {
  height: 100%;
  font-family: 'Iosevka Web', monospace, 'Helvetica', sans-serif;
  font-weight: normal;
}

.ui.list .list > .item .header, .ui.list > .item .header {
  font-family: 'Iosevka Web', monospace, 'Helvetica', sans-serif;
  font-weight: normal;
}

.ui.header {
  font-family: 'Iosevka Web', monospace, 'Helvetica', sans-serif;
  /*font-weight: normal;*/
}


