/* Inter Variable Font - Simplified */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('font-files/InterVariable.woff2?v=4.0') format('woff2-variations');
  font-named-instance: 'Regular';
}

/* Support for font-variation-settings */
@supports (font-variation-settings: normal) {
  * {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }
}

/* Fallback for browsers without variable font support */
@supports not (font-variation-settings: normal) {
  * {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }
}
