@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 300; /* Light */
  font-display: swap;
  src: url('./ZenKakuGothicAntique-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: swap;
  src: url('./ZenKakuGothicAntique-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 500; /* Medium */
  font-display: swap;
  src: url('./ZenKakuGothicAntique-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 700; /* Bold */
  font-display: swap;
  src: url('./ZenKakuGothicAntique-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 900; /* Black */
  font-display: swap;
  src: url('./ZenKakuGothicAntique-Black.ttf') format('truetype');
}