@font-face {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./ShipporiMincho-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Shippori Mincho";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./ShipporiMincho-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "Shippori Mincho";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('./ShipporiMincho-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: "Shippori Mincho";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./ShipporiMincho-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Shippori Mincho";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('./ShipporiMincho-ExtraBold.ttf') format('truetype');
}