/* ABC Diatype (trial) — the whole type system */

@font-face{
  font-family:'ABC Diatype';
  src:url('assets/fonts/diatype-light.woff2') format('woff2');
  font-weight:300; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'ABC Diatype';
  src:url('assets/fonts/diatype-regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'ABC Diatype';
  src:url('assets/fonts/diatype-medium.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'ABC Diatype';
  src:url('assets/fonts/diatype-bold.woff2') format('woff2');
  font-weight:600 700; font-style:normal; font-display:swap;
}
