/* General Sans - Local Version */
@font-face {
  font-family: 'General Sans';
  src: url('/assets/vendor/fonts/general-sans-300.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'General Sans';
  src: url('/assets/vendor/fonts/general-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Fallback to system fonts if local fonts fail */
.general-sans-fallback {
  font-family: 'General Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
