/* Local Inter font stub (fallback). Replace with actual font files if needed. */
@font-face {
  font-family: 'Inter';
  src: local('Inter'), local('Inter Variable');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Italic');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
