@font-face {
  font-family: 'Bromph-Town';
  src: url('./BROMPH_TOWN.otf') format('opentype'),
    url('./BROMPH_TOWN.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumBrushScript-Regular';
  src: url('./NanumBrushScript-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'YujiHentaiganaAkebono-Regular';
  src: url('./YujiHentaiganaAkebono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerifTC';
  src: url('./NotoSerifTC-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ZhiMangXing-Regular';
  src: url('./ZhiMangXing-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.bromph-town-font {
  font-family: 'Bromph-Town';
}

.NanumBrushScript-regular-font {
  font-family: 'NanumBrushScript-Regular';
}

.YujiHentaiganaAkebono-regular-font {
  font-family: 'YujiHentaiganaAkebono-Regular';
}

.NotoSerifTC-font {
  font-family: 'NotoSerifTC';
}

.ZhiMangXing-regular-font {
  font-family: 'ZhiMangXing-Regular';
}
