/* ───── Fragment Mono ───── */
@font-face {
  font-family: 'FragmentMono';
  src: url('fonts/FragmentMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FragmentMono';
  src: url('fonts/FragmentMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* ───── IBM Plex Mono ───── */
@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexMono';
  src: url('fonts/IBMPlexMono-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* ───── Zwizz ───── */
@font-face {
  font-family: 'Zwizz';
  src: url('fonts/Zwizz-Bold.eot');
  src: url('fonts/Zwizz-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Zwizz-Bold.woff2') format('woff2'),
       url('fonts/Zwizz-Bold.woff') format('woff'),
       url('fonts/Zwizz-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Zwizz';
  src: url('fonts/Zwizz-Regular.eot');
  src: url('fonts/Zwizz-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Zwizz-Regular.woff2') format('woff2'),
       url('fonts/Zwizz-Regular.woff') format('woff'),
       url('fonts/Zwizz-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
