body {
  font-family: "Pretendard", sans-serif;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.pointColorY-title {
  color: rgb(250 204 21) !important;
  background: transparent !important;
}

.lang-ja {
  word-break: break-all;
  line-break: strict;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-family: "Hiragino Sans", "Meiryo", "Pretendard", sans-serif;
}

.lang-ko {
  word-break: keep-all;
  overflow-wrap: break-word;
}