/**
 * Inter variable font
 * Self-hosted for better performance and control
 * Font-display: swap prevents render blocking
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-var.woff2') format('woff2');
}

/* Enable font features for better rendering */
html {
  font-feature-settings: 'liga' 1, 'calt' 1;
}
