/* IBM Plex — те же начертания, что просил прототип у Google Fonts:
 * `family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500`.
 *
 * Файлы лежат рядом. Внешние домены запрещены критерием приёмки, и это
 * не придирка: обращение к fonts.gstatic.com с рабочего места сообщает
 * наружу, кто и когда открыл CRM.
 *
 * Лицензия — SIL OFL 1.1, текст в LICENSE-IBM-Plex.txt рядом со шрифтами.
 *
 * `swap` повторяет `display=swap` из ссылки прототипа: текст виден сразу
 * системным шрифтом и переключается, когда доедет Plex. В интерфейсе
 * учёта денег пустой экран хуже секунды неверного шрифта.
 */

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/IBMPlexSans-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/IBMPlexSans-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/IBMPlexSans-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/IBMPlexMono-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/IBMPlexMono-Medium.woff2') format('woff2');
}
