h1.entry-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: var(--color-text-link);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}

.lead {
  font-size: clamp(0.875rem, 0.7368rem + 0.5526vw, 1.4rem);
  max-width: 800px;
}

.hero-title {
  font-size: clamp(2.5rem, 2.2368rem + 1.0526vw, 3.5rem);
}

pre {
  color: var(--tblr-light-text-emphasis);
}