/* site.css - starter global styles */

/* Reset margins on body */
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  background-color: #f8fafc; /* light gray fallback if dark mode fails */
  color: #111827; /* neutral dark text */
}

/* Links */
a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

/* Buttons override */
.btn {
  font-weight: 500;
  border-radius: 0.375rem;
}

/* Utility: card spacing tweaks */
.card {
  margin-bottom: 1rem;
}

/* Map page specific helpers (if dark mode isn’t active) */
#map {
  border: 1px solid #d1d5db;
}

/* Overlay toggle labels */
.overlay-toggle label {
  font-size: 0.9rem;
  cursor: pointer;
}
