/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/landing/fonts.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* Self-hosted Avenir Next webfonts for the marketing site
   Place your licensed .woff2 files in /public/fonts with the exact filenames below.
   If you have multiple weights/styles, add additional @font-face blocks. */

@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional lighter weight if available
@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*/

/* Optional bold weight if available
@font-face {
  font-family: 'Avenir Next';
  src: url('/fonts/avenir-next-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/

