h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--kt-ink);
  font-family: var(--kt-font-serif);
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 23px;
}

p {
  margin: 0 0 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--kt-ink);
  font-family: var(--kt-font-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  max-height: 48px;
  width: auto;
}

.eyebrow,
.meta-category,
.badge,
.live-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--kt-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.badge,
.live-badge {
  min-height: 24px;
  padding: 5px 9px;
  border-radius: var(--kt-radius-sm);
  background: var(--kt-blue);
  color: #fff;
}

.live-badge {
  background: var(--kt-urgent);
}

.article-meta,
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--kt-muted);
  font-size: 14px;
}

.article-meta > *:not(:last-child)::after,
.card-meta > *:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 14px;
  border-radius: 999px;
  background: var(--kt-border);
  vertical-align: middle;
}

.entry-content {
  color: var(--kt-text);
  font-size: 18px;
  line-height: 1.78;
}

.entry-content > * {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.entry-content > p:first-child {
  color: var(--kt-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.68;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.8em;
  margin-bottom: 0.65em;
}

.entry-content a {
  color: var(--kt-blue);
  font-weight: 600;
}

.entry-content blockquote {
  margin-inline: 0;
  padding: 18px 22px;
  border-left: 4px solid var(--kt-blue);
  background: var(--kt-surface-card);
  color: var(--kt-ink);
  font-family: var(--kt-font-serif);
  font-size: 22px;
  line-height: 1.45;
}

@media (min-width: 768px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 38px;
  }
}
