/* Inter font - local fallback stack (no external CDN) */
/* If Inter is installed locally it'll be used; otherwise system fonts */
:root {
  --font-inter: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
