/*
 * Zen Maru Gothic - local self-hosted font declarations.
 * Font files are NOT bundled in this repository package.
 * Run tools/SETUP_LOCAL_FONTS.bat once to download the official SIL-OFL files
 * from the Google Fonts upstream repository into assets/fonts/zen-maru-gothic/.
 */
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Zen Maru Gothic Regular"), local("ZenMaruGothic-Regular"),
       url("/assets/fonts/zen-maru-gothic/ZenMaruGothic-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Zen Maru Gothic Medium"), local("ZenMaruGothic-Medium"),
       url("/assets/fonts/zen-maru-gothic/ZenMaruGothic-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Zen Maru Gothic Bold"), local("ZenMaruGothic-Bold"),
       url("/assets/fonts/zen-maru-gothic/ZenMaruGothic-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Zen Maru Gothic Black"), local("ZenMaruGothic-Black"),
       url("/assets/fonts/zen-maru-gothic/ZenMaruGothic-Black.ttf") format("truetype");
}
