@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);
/* JsonPreview */

.jer-editor-container {
  background-color: transparent !important;
  font-size: 14px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.jer-bracket-outside {
  display: flex;
  align-items: center;
}

.jer-value-main-row {
  align-items: flex-start !important;
}


/* You can add global styles to this file, and also import other style files */
/* mapbox-gl CSS is loaded dynamically by MapBox component to enable code splitting */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
  align-self: center;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
#root {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
/* Ensure top-right toasts aren't clipped by viewport edges */
.Toastify__toast-container--top-right {
  top: 10px !important;
  bottom: auto !important;
  right: 16px !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
}
.mcpAgentDependencyToast {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(24, 27, 35, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(0, 0, 0, 0.18) inset;
}
.mcpAgentDependencyToast__body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}
.mapboxgl-map {
  width: 100%;
  height: 100%;
}
.mapboxgl-canvas {
  width: 100%;
  height: 100%;
}

