:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

html,
body,
#root {
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  color: #18181b;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8fafc;
}

* {
  box-sizing: border-box;
}

#root {
  height: 100vh;
}

.esri-popup__main-container {
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.esri-view,
.esri-view-root,
.esri-view-surface {
  width: 100%;
  height: 100%;
}
