.leaflet-tooltip.sf-tooltip {
  background: #13110e;
  border: 1px solid #2b2318;
  border-radius: 0;
  color: #e8d898;
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 14px;
  padding: 4px 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.7);
  white-space: nowrap;
}

/* Remove the default white arrow */
.leaflet-tooltip.sf-tooltip::before {
  border-top-color: #2b2318;
}