/* FinesseFX typefaces, self-hosted.
   Copy the package's fonts/ folder into the app so these resolve:
     npx finessefx-fonts public/fonts/finessefx
   then load this file before the app's own stylesheet. */
@font-face {
  font-family: 'Jost';
  src: url('/fonts/finessefx/Jost.woff2') format('woff2-variations');
  font-weight: 300 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('/fonts/finessefx/Archivo.woff2') format('woff2-variations');
  font-weight: 300 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('/fonts/finessefx/SpaceMono-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('/fonts/finessefx/SpaceMono-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
