/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
  height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTS */

@font-face {
  font-family: 'Inter';
  src: url('Inter/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url('material-icons/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2') format('woff');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

/* MAIN */
* {
  color: black;
  font-family: 'Inter', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

/* MAP */

#map {
  height: 100%;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #ededed;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #ededed;
}


.leaflet-popup {
  font-family: 'Inter', 'Source Sans Pro', sans-serif;
  line-height: 1.2;
}

.leaflet-popup-content {
  padding: 12px 15px;
  margin: 0;
  font-size: 16px;
}

.leaflet-popup-content > * {
  margin: unset;
  padding: unset;
  display: block;
}

.leaflet-popup-content h1 {
  font-size: 2rem;
  font-weight: 700;
}

.leaflet-popup-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.leaflet-popup-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.leaflet-popup-content strong,
.leaflet-popup-content b {
  font-weight: 700;
}

.leaflet-popup-content ol,
.leaflet-popup-content ul {
	padding-left: 1.2em;
}

.leaflet-popup-content p {
  margin: 0 0 1em;
}

.leaflet-popup-content > *:last-child {
  margin-bottom: 0;
}

.leaflet-popup-content a {
  color: #e51c55ff;
  text-decoration: none;
}

.leaflet-popup-content a:hover {
  text-decoration: underline;
}

.leaflet-popup-content a button {
  background: #e51c55;
  color: white;
  font-weight: 700;
  border: 0;
  padding: 8px 10px;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.leaflet-control-attribution,
.leaflet-popup-close-button {
  display: none;
}
