@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  max-width: 1040px;
  margin: 0 auto;
  padding: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
  overflow-wrap: anywhere;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

table {
  max-width: 100% !important;
}

iframe,
video {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  body {
    padding: 10px 12px 32px;
    line-height: 1.7;
  }

  blockquote {
    margin-left: 0;
    margin-right: 0;
  }

  font[size="-1"],
  font[size="-2"] {
    font-size: 0.95rem;
  }
}