@font-face {
  font-family: 'ABC Repro';
  font-weight: 700;
  src: url('./ABCRepro-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'ABC Repro';
  font-weight: 300;
  src: url('./ABCRepro-Light.otf') format('opentype');
}
@font-face {
  font-family: 'ABC Repro';
  font-weight: 500;
  src: url('./ABCRepro-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'ABC Repro';
  font-weight: 400;
  src: url('./ABCRepro-Regular.otf') format('opentype');
}
