/* ==========================================================================
   Clash Display — bundled locally so the two weights the design leans on are
   available with no network round-trip.

   NOTE: the static build pointed these src paths at the stylesheet's own
   directory, so the files never resolved. They are corrected to ../fonts/.

   The remaining weights (400/500/600) come from the Fontshare stylesheet
   enqueued in inc/enqueue.php. Disable that request with:
       add_filter( 'deadman_studios_remote_fonts', '__return_false' );
   and drop self-hosted @font-face rules in here instead.
   ========================================================================== */

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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