/* Neusharp display faces — used for h1/h2 and footer nav (see tailwind base layer) */
@font-face {
  font-family: 'Neusharp';
  src: url('../fonts/Neusharp-Regular.woff2') format('woff2'),
       url('../fonts/Neusharp-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'NeusharpCond';
  src: url('../fonts/Neusharp-Condensed.woff2') format('woff2'),
       url('../fonts/Neusharp-Condensed.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
