html {
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.8);
}

.post-list .post-link {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.post-list p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.5em !important;
}

.nav .site_nav {
  display: flex;
  gap: 20px;
  margin: 15px auto;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  margin: 30px 0;
  font-weight: 700;
}
.tags span {
  color: #000;
  font-size: 14px;
}
.tags span:hover {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.hidden {
  display: none;
}

.intro i, .intro a {
  font-size: 14px;
  font-style: italic;
  line-height: 1.4em !important;
  margin-bottom: 40px;
}
.intro a {
  text-decoration: underline;
}

.hero {
  max-width: 700px;
  margin: 119px auto;
  display: grid;
  gap: 6px;
}
.hero h1 {
  font-weight: 700;
  font-size: 24px;
}
.hero .hero_inner {
  display: grid;
}
.hero .hero_inner a {
  color: #000;
  text-decoration: underline;
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2 !important;
}

h1 {
  font-size: 2em !important;
}

h2 {
  font-size: 1.8em !important;
}

h3 {
  font-size: 1.6em !important;
}

h4 {
  font-size: 1.4em !important;
}

h5 {
  font-size: 1.3em !important;
}

h6 {
  font-size: 1.2em !important;
}

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

/*# sourceMappingURL=custom.css.map */