/* Self-hosted fonts — LedgerLivePro */

/* HMAlphaMono — Ledger's display font */
@font-face {
  font-family: 'HMAlphaMono';
  src: url('/assets/fonts/HMAlphaMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Ledger icon font */
@font-face {
  font-family: 'ledger-icons';
  src: url('/assets/fonts/icomoon.woff') format('woff'),
       url('/assets/fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Inter — body font */
@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/Inter-UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
