/* Adobe Typekit kit air2biq — set font-display: swap in the Adobe Fonts dashboard
   (Web Projects → Edit Project → Font Display). The loader defers the kit until idle. */

@font-face {
  font-family: 'widescreen-fallback';
  src: local('Arial Black'), local('Arial');
  size-adjust: 88%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
  font-display: swap;
}

@font-face {
  font-family: 'area-fallback';
  src: local('Segoe UI'), local('Helvetica Neue'), local('Arial');
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  font-display: swap;
}
