/* Self-hosted fonts — bandweb.ch
   Clash Grotesk + Gambetta (originally Fontshare)
   Epilogue + DM Mono (originally Bunny CDN / Google Fonts)
   All woff2 files served from /assets/fonts/
*/

/* Clash Grotesk */
@font-face {
  font-family: 'Clash Grotesk';
  src: url('/assets/fonts/clash-grotesk-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Grotesk';
  src: url('/assets/fonts/clash-grotesk-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Grotesk';
  src: url('/assets/fonts/clash-grotesk-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Grotesk';
  src: url('/assets/fonts/clash-grotesk-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* Gambetta */
@font-face {
  font-family: 'Gambetta';
  src: url('/assets/fonts/gambetta-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('/assets/fonts/gambetta-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('/assets/fonts/gambetta-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('/assets/fonts/gambetta-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* Epilogue */
@font-face {
  font-family: 'Epilogue';
  src: url('/assets/fonts/epilogue-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('/assets/fonts/epilogue-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('/assets/fonts/epilogue-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('/assets/fonts/epilogue-latin-700-normal.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* DM Mono */
@font-face {
  font-family: 'DM Mono';
  src: url('/assets/fonts/dm-mono-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('/assets/fonts/dm-mono-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
