/* Display typography — DM Sans for headlines */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,500&display=swap');

:root {
  --font-display: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.headline-xl,
.headline-lg,
.apple-fullscreen-ad__title,
.apple-tile h3,
.apple-services__title,
.portal-cta__title,
.lineup__headline,
.detail-page h1,
.detail-page h2,
.cart-page__header .headline-lg,
.sponsored-hero .headline-xl,
.legal-page h1,
.legal-page h2 {
  font-family: var(--font-display);
}
