/* Simple, optimized styles for Flutter Web */

/* Use system fonts only - no external font downloads */
body, html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Basic Flutter Web support */
flt-glass-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}