@font-face {
  font-family: "DxWideground";
  src: url("/fonts/DxWideground-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NeueMetanaMonoLight";
  src: url("/fonts/NeueMetanaMono-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NeueMetanaMonoSemiBold";
  src: url("/fonts/NeueMetanaMono-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}


.NeueMetanaMonoL {
    font-family: 'NeueMetanaMonoLight', sans-serif;
}

.NeueMetanaMonoSB {
    font-family: 'NeueMetanaMonoSemiBold', sans-serif;
}

.DxWideground {
    font-family: 'DxWideground', sans-serif;
}