/* Font override CSS to prevent Inter font loading */
@font-face {
  font-family: 'Inter';
  src: local('Poppins');
}

/* Ensure Poppins is used throughout the application */
* {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
