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

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

@font-face {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 600; /* SemiBold */
  font-display: swap;
  src: url('./ZenOldMincho-SemiBold.ttf') format('truetype');
}

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

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