body {
  margin: 0;
  padding: 0;
  font-family: 'Cairo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0a192f;
  overflow-x: hidden;
}

/* Ensure full height for root to allow sticky footers/sidebars if needed */
#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}