/* Font configuration: Montserrat is loaded via Google Fonts in the app <head>.
   This file intentionally no longer declares local @font-face for other families
   to avoid loading multiple font families. Keep icon fonts in their own files. */

/* Apply Montserrat as the default stack for the UI elements we control. */
body, input, textarea, select, button {
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
