/* -- PLATFORM PAGE -- */
.platform-section-headline {
  font-family: "Processity", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.platform-section-headline em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}

.platform-section-text {
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.8;
  max-width: 60ch;
}
