/* IBM Plex Sans */
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Thin.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans/IBMPlexSans-Bold.ttf');
  font-weight: 700;
}

/* IBM Plex Mono */
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono/IBMPlexMono-Thin.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono/IBMPlexMono-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono/IBMPlexMono-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono/IBMPlexMono-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono/IBMPlexMono-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono/IBMPlexMono-Bold.ttf');
  font-weight: 700;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
