@charset "UTF-8";


@font-face {
  font-family: 'Zen Old Mincho';
  src: url('../../../fonts/ZenOldMincho-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Zen Old Mincho', "Noto Serif JP", "MS Mincho", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; /* MacOS向けの滑らかさ調整 */
  -moz-osx-font-smoothing: grayscale;
}
