// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", serif;
  font-weight: 500;
  font-style: normal;
}

