@font-face {
  font-family: 'apercu-reg';
  src: url('/fonts/apercu/apercu-regular-pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "apercu-reg";
}
