@font-face {
  font-family: 'Noto Sans CJK JP Regular';
  src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans CJK JP Medium';
  src: url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans CJK JP Bold';
  src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic Regular';
  src: url('../fonts/ZenMaruGothic-Regular.woff2') format('woff2'),
       url('../fonts/ZenMaruGothic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic Medium';
  src: url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2'),
       url('../fonts/ZenMaruGothic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --f-zen-r: "Zen Maru Gothic Regular", sans-serif;
  --f-zen-m: "Zen Maru Gothic Medium", sans-serif;
}