*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #1a0a0a;
}

#main-app-container {
  width: 100%;
  min-height: 100%;
}
