/* OWNER: systems engineer. Local UI fonts: nothing is fetched from the internet.
   Randall Condensed = Barlow Condensed ExtraBold (upright, de-slanted from the OFL italic master; see OFL-Barlow.txt).
   Randall Sans      = Manrope variable 200-800 (OFL, see OFL-Manrope.txt).
   'Barlow Condensed' is declared too so older stacks (HUD / canvas labels) resolve to the local file. */
@font-face { font-family: 'Randall Condensed'; src: url('randall-condensed-800.ttf') format('truetype'); font-weight: 100 900; font-style: normal; font-display: block; }
@font-face { font-family: 'Barlow Condensed'; src: local('Barlow Condensed ExtraBold'), url('randall-condensed-800.ttf') format('truetype'); font-weight: 100 900; font-style: normal; font-display: block; }
@font-face { font-family: 'Randall Sans'; src: url('manrope-variable.ttf') format('truetype'); font-weight: 200 800; font-style: normal; font-display: block; }
