@font-face {
  font-family: "ABC Diatype";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./ABCDiatype-Regular.woff2)
      format("woff2"),
    url(./ABCDiatype-Regular.woff)
      format("woff");
}
@font-face {
  font-family: "ABC Diatype";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./ABCDiatype-Bold.woff2)
      format("woff2"),
    url(./ABCDiatype-Bold.woff)
      format("woff");
}
@font-face {
  font-family: "ABC Diatype";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:url(./ABCDiatype-RegularItalic.woff2)
      format("woff2"),
    url(./ABCDiatype-RegularItalic.woff)
      format("woff");
}
@font-face {
  font-family: "ABC Diatype";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./ABCDiatype-BoldItalic.woff2)
      format("woff2"),
    url(./ABCDiatype-BoldItalic.woff)
      format("woff");
}
