/* Local Google Fonts subset: Latin + Russian Cyrillic, weight 500.
   Body copy remains on the locally hosted Inter family. */
@font-face {
  font-family: "Google Sans Flex";
  src: url("/fonts/GoogleSansFlex/GoogleSansFlex-Headlines.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.display-headline.display-headline {
  font-family: "Google Sans Flex", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.625rem, 4.8vw, 4.5rem);
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.16;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: none;
  white-space: normal;
}

.display-headline.display-headline .display-headline__accent {
  color: var(--display-headline-accent, #4968f4);
  background: none;
  box-shadow: none;
  font: inherit;
  -webkit-text-fill-color: currentColor;
}

.display-headline.display-headline .display-headline__accent::before,
.display-headline.display-headline .display-headline__accent::after {
  display: none;
  content: none;
}

.display-headline.display-headline--compact {
  font-size: clamp(2.25rem, 4vw, 3rem);
}

@media (max-width: 640px) {
  .display-headline.display-headline {
    font-size: clamp(2.5rem, 11vw, 3.25rem);
    line-height: 1.13;
    letter-spacing: -0.03em;
  }

  .display-headline.display-headline--compact {
    font-size: clamp(2.125rem, 9.5vw, 2.75rem);
  }
}
