@font-face {
  font-family: ABC Diatype;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/abc-diatype/abc-diatype-regular.woff2') format('woff2');
}

@font-face {
  font-family: ABC Diatype;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/abc-diatype/abc-diatype-medium.woff2') format('woff2');
}

@font-face {
  font-family: ABC Diatype;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/abc-diatype/abc-diatype-bold.woff2') format('woff2');
}

@font-face {
  font-family: ABC Diatype Semi-Mono;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/abc-diatype/abc-diatype-semi-mono-regular.woff2') format('woff2');
}

@font-face {
  font-family: ABC Diatype Semi-Mono;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/abc-diatype/abc-diatype-semi-mono-medium.woff2') format('woff2');
}

@font-face {
  font-family: ABC Diatype Semi-Mono;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/abc-diatype/abc-diatype-semi-mono-bold.woff2') format('woff2');
}
