/* Self-hosted fonts for TenCard Studio. Paths are relative so GitHub Pages
   project subdirectories work without a hard-coded repository name. */

@font-face {
  font-family: "Noto Sans JP Bundled";
  src: url("./noto-sans-jp/NotoSansJP-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP Bundled";
  src: url("./noto-serif-jp/NotoSerifJP-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Zen Maru Gothic Bundled";
  src: url("./zen-maru-gothic/ZenMaruGothic-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
