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

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

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../assets/fonty/IBMPlexMono-LightItalic-Latin1.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
