/* CtrlSpace webfonts — self-hosted Nohemi (no CDN; runs fully offline).
   The original design system referenced Clash Display / Switzer / Space Mono
   from CDNs, but the app overrides every family to Nohemi (see index.html),
   so we ship only the licensed Nohemi binaries locally. */
@font-face {
  font-family: 'Nohemi';
  src: url('../../fonts/Nohemi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../../fonts/Nohemi-Medium.ttf') format('truetype');
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
