/*
 * Normal
 */
@font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: 400;
  src: local('IBMPlexSans'), local('IBMPlexSans-Regular'), url('../fonts/IBMPlexSans-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'IBMPlexSans';
  font-style: italic;
  font-weight: 400;
  src: local('IBMPlexSans Italic'), local('IBMPlexSans-Italic'), url('../fonts/IBMPlexSans-Italic.otf') format('opentype');
}

/*
 * Bold
 */

 @font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: 700;
  src: local('IBMPlexSans Bold'), local('IBMPlexSans-Bold'), url('../fonts/IBMPlexSans-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'IBMPlexSans';
  font-style: italic;
  font-weight: 700;
  src: local('IBMPlexSans Bold Italic'), local('IBMPlexSans-BoldItalic'), url('../fonts/IBMPlexSans-BoldItalic.otf') format('opentype');
}