/*
----------------------------------------------------

 Abacus Socis - Local Font Definitions

----------------------------------------------------
*/

/* Preload critical fonts for better performance */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost.woff') format('woff'),
       url('fonts/Jost.ttf') format('truetype');
  font-weight: 100 900; /* Variable font weight range */
  font-style: normal;
  font-display: swap; /* Improve loading performance */
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Italic.woff') format('woff'),
       url('fonts/Jost-Italic.ttf') format('truetype');
  font-weight: 100 900; /* Variable font weight range */
  font-style: italic;
  font-display: swap; /* Improve loading performance */
}

@font-face {
  font-family: 'Quarto_Black';
  src: url('fonts/quarto-black-webfont.woff2') format('woff2'),
       url('fonts/quarto-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Font family stack with optimized fallbacks */
:root {
  --font-jost: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  --font-quarto: 'Quarto_Black', Georgia, 'Times New Roman', Times, serif;
}
