/* Light sample with the HP-specific kana font, v0.200. */
@font-face {
  font-family: "Office Soft Mincho Kana";
  src: url("fonts/OfficeSoftMinchoKana-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --mincho: "Office Soft Mincho Kana", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: var(--mincho);
}
html { font-synthesis: none; }
