body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: tabular-nums;
  min-height: 100dvh;
  max-width: 100%;
  overflow-x: clip;
}
html {
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}
#root { width: 100%; max-width: 100%; }
img, svg, video { max-width: 100%; }
html[data-theme="light"] body,
html:not([data-theme]) body {
  background: #FFFFFF;
  color: #111113;
}
html[data-theme="dark"] body {
  background: #000000;
  color: #F3F4F6;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
