/*  Currently only Semibold is imported for Headers */
@font-face {
  font-family: 'Degular-Display-Semibold';
  src: url(https://voyager.postman.com/font/degular/Degular_Display-Semibold.woff2) format('woff2'),
       url(https://voyager.postman.com/font/degular/Degular_Display-Semibold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
/* ibm-plex-mono-regular - latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: url(https://voyager.postman.com/font/plexMono/ibm-plex-mono-v7-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://voyager.postman.com/font/plexMono/ibm-plex-mono-v7-latin-regular.woff) format('woff'); /* Modern Browsers */
  font-display: swap;
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://voyager.postman.com/font/inter/Inter-Regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://voyager.postman.com/font/inter/Inter-Regular.woff) format('woff'); /* Modern Browsers */
  font-display: swap;
}
/* inter-semibold - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://voyager.postman.com/font/inter/Inter-SemiBold.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://voyager.postman.com/font/inter/Inter-SemiBold.woff) format('woff'); /* Modern Browsers */
  font-display: swap;
}
