h2 {
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--first-color);
}
h3 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
h5 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}
h6 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.smaller {
  font-size: 0.9rem;
}

p {
  text-align: justify;
  line-height: 2;
  font-size: 1rem;
}
button {
  font-size: inherit;
}
.text-justify {
  text-align: justify;
}

.copyright {
  font-size: 14px;
}

.orang-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--white) !important;
}

.developer {
  font-size: 12px;
}

small,
.small {
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  html,
  body {
    font-size: 14px !important;
  }
}
