.content,
.rich-text {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}
.content a,
.rich-text a {
  color: #0A64EB;
  text-decoration: none;
}
.content p,
.rich-text p {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 20px 0;
}
.content h1,
.rich-text h1 {
  font-size: 1.5rem;
}
.content h2,
.rich-text h2 {
  font-size: 1.375rem;
}
.content h3,
.rich-text h3 {
  font-size: 1.25rem;
}
.content h4,
.rich-text h4 {
  font-size: 1.125rem;
}
.content h5,
.rich-text h5 {
  font-size: 1rem;
}
.content h6,
.rich-text h6 {
  font-size: 0.875rem;
}
.content ul, .content li,
.rich-text ul,
.rich-text li {
  list-style: none;
  text-decoration: none;
}

