/* Example custom font setup. Update font-family and src as needed. */

@font-face {
  font-family: 'BigAppleFont1';
  src: url('7e6a2e30184bb114-s.p.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BigAppleFont2';
  src: url('a34f9d1faa5f3315-s.p.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'BigAppleFont1', 'BigAppleFont2', sans-serif;
}
