/* Yet Another Sans, served from the Yahoo CDN as their font FAQ (2026-01-21) prescribes for web
   engineers outside UDS. The previous self-hosted "Yahoo Product Sans" was the beta font and is on
   their deprecation list (deprecated 2026-04-30, files to be updated by 2026-03-31), which also asks
   that local copies of the deprecated fonts be deleted. */
@font-face {
  font-family: 'YA Sans VF';
  font-display: swap;
  src: url('https://s.yimg.com/bw/fonts/yas-normal-no-italic-vf.woff2') format('woff2');
  /* Yahoo's FAQ snippet omits the weight range. Without it browsers treat the variable font as a
     single 400 face, so `font-weight: 600/700` never reaches the wght axis (or renders at the axis'
     lightest end). Declaring the full range lets every font-weight map onto the axis; values outside
     the font's real axis are clamped by the browser. */
  font-weight: 100 900;
  font-style: normal;
}
