@font-face {
  font-family: 'Editorial New';
  src:
    url('PEditorialNew-LightItalic.woff2') format('woff2'),
    url("PEditorialNew-LightItalic.woff") format("woff");
  font-weight: 300; 
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src:
        url("IBMPlexMono.woff2") format("woff2"),
        url("IBMPlexMono.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Outward';
  src: 
       url('outward-block-webfont.woff2') format('woff2'),
       url('outward-block-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Telegraf-light';
  src: url('PPTelegraf-UltraLight.woff2') format('woff2'),
       url('PPTelegraf-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}