@font-face {
  font-family: 'Proxima Nova';
  src: url(/_next/static/media/proximanova.662bbbd0.otf);
  font-style: normal;
  /* This is a fallback for environments where Next.js font optimization is not available.
     The primary font loading method is through the Next.js font system in libs/utils/src/lib/fonts/ */
}


html {
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-family: 'Proxima Nova';
}

