/* AKMS V1 frontend candidate — screen faces.
   Authority: BR-ui-typography-screen-print-scope-current-20260821 (screen text Lexend 500/700,
   screen numerals Intel One Mono 500/700, letter-spacing 0em, static TTF, no synthetic bold).
   The candidate lives outside app/public, so each face lists two sources: a candidate-local
   copy (assets/fonts/, created by the deployer) first, then the checkout-relative original
   (../../../app/public/assets/fonts/). Browsers activate the first source that loads. */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('assets/fonts/Lexend-Medium.ttf') format('truetype'),
       url('../../../app/public/assets/fonts/Lexend-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('assets/fonts/Lexend-Bold.ttf') format('truetype'),
       url('../../../app/public/assets/fonts/Lexend-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Intel One Mono';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('assets/fonts/IntelOneMono-Medium.ttf') format('truetype'),
       url('../../../app/public/assets/fonts/IntelOneMono-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Intel One Mono';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('assets/fonts/IntelOneMono-Bold.ttf') format('truetype'),
       url('../../../app/public/assets/fonts/IntelOneMono-Bold.ttf') format('truetype');
}
