/* Fallback font for specific characters not in the main title font (e.g., 鹵 U+9E75) */
@font-face {
  font-family: "myTitle";
  font-display: auto;
  src: local("HiraMaruProN-W4"), local("Meiryo UI"), local("Yu Gothic");
  unicode-range: U+5821, U+7B0F, U+8240, U+8654, U+9E75;
}

/* Main title font - excludes characters handled by fallback */
@font-face {
  font-family: "myTitle";
  font-display: auto;
  src:
    local("MFW-PMaruFoProN-Bold"),
    local("07LogoTypeGothic7"),
    url("./07LogoTypeGothic7.woff2") format("woff2");
  unicode-range: U+0000-5820, U+5822-7B0E, U+7B10-823F, U+8241-8653, U+8655-9E74, U+9E76-10FFFF;
}
