/*@font-face {
  font-family: 'NrtFont';
  src: url('./inherit-Reg.ttf') format('ttf'), url('./inherit-Reg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "NrtFont";
  src: url("../fonts/NRT-Reg.ttf");
  src: url("NRT-Reg.ttf") format("embedded-opentype"), url("NRT-Reg.ttf") format("truetype"), url("NRT-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.NrtFont {
  font-family: 'NrtFont';
}

body {
  font-family: 'NrtFont';
}
