/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Global app font */
html, body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #f6f7f9;  /* modern soft gray */
  color: #1f2937;
}

/* Dash core components */
.dash-table-container,
.Select-control,
.Select-menu-outer,
input,
button {
  font-family: inherit;
}

