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

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
      local('IBM Plex Sans Light'),
      local('IBMPlexSans-Light'),
      url('/fonts/woff2/IBMPlexSans-Light.woff2') format('woff2'),
      url('/fonts/woff/IBMPlexSans-Light.woff') format('woff'),
      url('/fonts/ttf/IBMPlexSans-Light.ttf') format('truetype')
}


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

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