@font-face {
  font-family: 'DSEG7Modern';
  src: url('../fonts/DSEG7Modern-Bold.woff2') format('woff2'),
       url('../fonts/DSEG7Modern-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bodoni-72';
  src: url('../fonts/bodoni-72-book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.bodoni-72 {
  font-family: 'bodoni-72', sans-serif;
}

.DSEG7Modern-Bold {
  font-family: 'DSEG7Modern', sans-serif;
  font-weight: 700;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}