/* UAFSans — official Armed Forces of Ukraine typeface (full Cyrillic + Latin).
   The single family used across the whole app (display, body and readouts); see
   the --font-* tokens in base/tokens.css. Subsetted woff2, one file per weight. */
@font-face {
  font-family: 'UAF Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UAFSans-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'UAF Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/UAFSans-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'UAF Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UAFSans-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'UAF Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UAFSans-Bold.woff2) format('woff2');
}
