html, body {
  margin: 0;
  padding: 0;
  background-color: #f8fafc;
}

#root {
  min-height: 100vh;
  background-color: inherit;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

html[data-theme='dark'] body {
  background-color: #0b1220;
  color: #e5e7eb;
}

