body {
  margin: 40px auto;
  max-width: 800px;
  padding: 0 10px;
  background-color: white;
  color: #111111;
  font-family:
    "Barlow Condensed",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  font-weight: 500;
  font-size: 18px;
}

a {
  background: linear-gradient(30deg, #333, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-color: #333333;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

em {
  color: gray;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

.korea-only {
  display: none;
}

body.is-korea .korea-only {
  display: initial;
}

li {
  margin-bottom: 12px;
}
