html,
body {
  color: "#333";
  font-size: 16px;
  font-family: Josefin Sans, Noto Sans JP;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: "#333";
  font-family: Josefin Sans, Jost, Noto Sans JP;
  line-height: "1";
  word-break: break-all;
}

li {
  list-style: none;
}

pre {
  font-size: inherit;
}


table {
  max-width: 100%;
}

th,
td {
  padding: 0.5em;
}


iframe {
  max-width: 100%;
}

input,
textarea,
button {
  font-size: inherit;
}

code {
  font-size: inherit;
  word-break: break-all;
}

img {
  max-width: 100%;
}