.variable-proximity {
  font-family: "Roboto Flex", system-ui, sans-serif;
  font-size: clamp(3.5rem, 12vw, 7rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  cursor: default;
  user-select: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero__title {
  position: relative;
  margin-bottom: 1.25rem;
}

.hero__title::after {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(ellipse at center, rgba(192, 132, 252, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
