/* Inter (Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Base font stack */
:root{
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
               "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* Defaults (adjust selectors if your theme sets them differently) */
html, body{
  font-family: var(--font-sans);
  font-weight: 400;
}

/* Optional helpers (safe to keep even if unused) */
.fw-300{ font-weight: 300; }
.fw-400{ font-weight: 400; }
.fw-500{ font-weight: 500; }
.fw-600{ font-weight: 600; }
.fw-700{ font-weight: 700; }
.fw-800{ font-weight: 800; }

/* NOTE:
   - If your old font.css contained ONLY @font-face blocks for ProximaNova, you can replace the file entirely with this.
   - If it also contains icon fonts (e.g., custom icons), keep those @font-face blocks below this section and DO NOT change them.
*/
