/* Self-hosted Avenir Next webfonts.
   Licensed by client. WOFF2 only — supported by every modern browser
   (Chrome, Safari, Firefox, Edge, iOS, Android). Loaded with
   font-display: swap so text remains readable while the font downloads.

   This file is referenced from /public/index.html via a plain <link rel="stylesheet">
   so it bypasses the webpack/style-loader pipeline entirely and the @font-face
   rules always reach the browser deterministically. */

@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next/AvenirNext-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next/AvenirNext-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next/AvenirNext-DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next/AvenirNext-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next/AvenirNext-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
