/* Inter Font - Self-hosted for consistent cross-platform rendering */

:root {
  --font-inter: "Inter", sans-serif;
}

/* Inter Variable Font - Supports all weights (100-900) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter.woff2') format('woff2');
  /* iOS optimization */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

