@font-face {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-display: swap;
  src: url("SourceSerifPro-Bold.woff2") format("woff2"),
       url("SourceSerifPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("IBMPlexSans-Regular.woff2") format("woff2"),
       url("IBMPlexSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("IBMPlexSans-Bold.woff2") format("woff2"),
       url("IBMPlexSans-Bold.otf") format("opentype");
}