@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/ApercuPro-Regular.woff2') format('woff2'),
       url('../fonts/ApercuPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/ApercuPro-Bold.woff2') format('woff2'),
       url('../fonts/ApercuPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Example usage */
body {
  font-family: 'Apercu Pro', sans-serif;
}