.ck-content {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  font-weight: 500;
}

.ck-content h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.ck-content h2 {
  font-size: 1.42em;
  font-weight: 500;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.ck-content h3 {
  font-size: 1.17em;
  font-weight: 500;
}

.ck-content ol {
  margin-left: 1.5em;
  padding-left: inherit;
}

.ck-content ul {
  margin-left: 1.5em;
  padding-left: inherit;
}

.ck-content a {
  color: #0A5082;
}

.ck-content a:hover {
  text-decoration: underline;
}