/* @font-face {
    font-family: 'PP Editorial Old';
    src: url('PPEditorialOld-Regular.woff2') format('woff2'),
        url('PPEditorialOld-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: 'ServerMono';
  src: url('ServerMono-Regular.woff2') format('woff2'),
       url('ServerMono-Regular.woff') format('woff'),
       url('ServerMono-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ServerMono';
  src: url('ServerMono-RegularOblique.woff2') format('woff2'),
       url('ServerMono-RegularOblique.woff') format('woff'),
       url('ServerMono-RegularOblique.otf') format('opentype');
  font-weight: normal;
  font-style: oblique;
  font-display: swap;
}