/* MIKUU Configurator — custom fonts.
 * Drop the .otf/.ttf files into assets/fonts/. Browsers will request them
 * lazily; missing files just fall through to the next font in the stack.
 */

@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kozuka Gothic Pr6N";
  src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kozuka Gothic Pr6N";
  src: url("../fonts/KozGoPr6N-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kozuka Gothic Pr6N";
  src: url("../fonts/KozGoPr6N-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trebuchet MS Local";
  src: local("Trebuchet MS"), url("../fonts/trebuc.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Microsoft Yi Baiti";
  src: url("../fonts/msyi.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+A000-A4CF; /* Yi syllables — used as CJK fallback only */
}
