/* Pages CSS: page-level layout helpers (dashboard, chat) */

.flxpoint-theme {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#chat-window.open {
  display: block;
}

.container {
  max-width: 1600px;
  margin: 20px auto;
}


