:root {
  --mainColor: #3f8bfa;
  --secondColor: #2a2b3c;
}
.single-content p {
  font-family: "Inter";
  line-height: 2;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  font-family: "InterBold";
  font-size: 1.5rem;
  padding: 1rem 0;
}
.single-content h3 {
  font-size: 1.2rem;
}
.single-content h4,
.single-content h5,
.single-content h6 {
  font-size: 1rem;
}
.single-content a {
  color: var(--mainColor);
}
.single-content img {
  max-width: 100% !important;
  height: auto;
  margin: 1rem 0;
}
