html,
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.article-headline {
  font-family: "Source Serif 4", Georgia, serif;
}

.clamp-2,
.clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  -webkit-line-clamp: 2;
}

.clamp-3 {
  -webkit-line-clamp: 3;
}

.headline-chip {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.45);
}

.headline-fade {
  background: linear-gradient(180deg, rgba(24, 24, 27, 0) 46%, rgba(24, 24, 27, 0.34) 100%);
}

.content-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e4e4e7, #f4f4f5);
  color: #a1a1aa;
  font-size: 1.35rem;
}

.article-body {
  font-size: 1.0625rem;
  line-height: 1.9;
}

.article-body p {
  margin: 0 0 1.45rem;
}

.article-body p:first-child {
  margin-top: 0;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body strong,
.article-body b {
  color: #18181b;
}
