/* Add custom CSS styles below */
@font-face {
  font-family: 'PrimaryFont';
  src: url('primary-font.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'SecondaryFont';
  src: url('secondary-font.woff2') format('woff2');
  font-display: fallback;
}