@font-face {
  font-family: 'Homrice';
  src: url('fonts/homrice/Homrice.otf');
  font-display: fallback;
}

@font-face {
  font-family: 'made-okine-sans';
  src: url('fonts/made_okine_sans/MADEOkineSans-Regular.otf');
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: 'made-okine-sans';
  src: url('fonts/made_okine_sans/MADEOkineSans-Medium.otf');
  font-weight: 500;
  font-display: fallback;
}

/* noto-sans-tc-200 - chinese-traditional_latin */
@font-face {
  font-family: 'noto-sans-tc';
  src: url('fonts/noto_sans_tc/NotoSansTC-200.woff2') format('woff2');
  font-weight: 200;
  font-display: fallback;
}
/* noto-sans-tc-regular - chinese-traditional_latin */
@font-face {
  font-family: 'noto-sans-tc';
  src: url('fonts/noto_sans_tc/NotoSansTC-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: fallback;
}
/* noto-sans-tc-700 - chinese-traditional_latin */
@font-face {
  font-family: 'noto-sans-tc';
  src: url('fonts/noto_sans_tc/NotoSansTC-700.woff2') format('woff2');
  font-weight: 500;
  font-display: fallback;
}
