html {
  scroll-behavior: smooth;
}

p {
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.4em;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.3;
}

details {
  transition: 0.3s;
}
details summary {
  transition: 0.3s;
}
details summary[open] {
  transition: 0.3s;
}

summary::-webkit-details-marker {
  display: none;
}

.fontEn {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  line-height: 120%;
}

.wrap {
  margin: auto;
}/*# sourceMappingURL=plus.css.map */