/* Inter Font - Apple-stil typografi med laglig licens */

/* Inter från Google Fonts - gratis för kommersiell användning */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* Fallback för Inter om Google Fonts inte laddar */
@font-face {
  font-family: 'Inter Fallback';
  src: local('system-ui'), local('-apple-system'), local('BlinkMacSystemFont'), local('Segoe UI');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
