@font-face {
  font-family: "Zen Maru Gothic";
  src: url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zen Antique";
  src: url("assets/fonts/ZenAntique/ZenAntique-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-title: "Zen Antique", sans-serif;
  --font-header: "Zen Maru Gothic", sans-serif;
}
