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

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

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

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

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