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

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #1a1a1a;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}


/* ===== Bottom bar ===== */
.MuiBottomNavigationAction-root {
  color: #aaaaaa !important;
}

.MuiBottomNavigationAction-root.Mui-selected {
  color: #CC0000 !important;
}

.MuiBottomNavigationAction-label {
  font-size: 11px !important;
  font-family: Inter, sans-serif !important;
}
