.md-header__title {
  font-weight: 600;
}

.kf-hero {
  margin: 1rem 0 1.4rem;
  padding: 1.5rem 1.7rem;
  border-radius: 0.6rem;
  background: var(--md-code-bg-color);
}

.kf-hero h2 {
  margin-top: 0;
}

.kf-home-screenshot {
  display: block;
  width: 100%;
  height: auto;
  margin: 2rem auto 2.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
  cursor: zoom-in;
}

.kf-status {
  font-weight: 600;
}

.kf-muted {
  opacity: 0.78;
}
