@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 300; /* Light */
  font-display: swap;
  src: url('./ZenMaruGothic-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: swap;
  src: url('./ZenMaruGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 500; /* Medium */
  font-display: swap;
  src: url('./ZenMaruGothic-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700; /* Bold */
  font-display: swap;
  src: url('./ZenMaruGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 900; /* Black */
  font-display: swap;
  src: url('./ZenMaruGothic-Black.ttf') format('truetype');
}