body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.photo-crop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #d6b28a; border-radius: 8px; }

.ql-editor { min-height: 200px; }
