/* London Baby 2026 — Website Button Font Match Pass
   Scope: website/external-site buttons only. Keeps structure and links unchanged. */

html body a.lb-sg-action.lb-sg-website,
html body button.lb-sg-action.lb-sg-website,
html body #app a.lb-sg-action.lb-sg-website,
html body #app button.lb-sg-action.lb-sg-website,
html body #detailActions a.lb-sg-action.lb-sg-website,
html body #detailActions button.lb-sg-action.lb-sg-website,
html body .detail-backdrop a.lb-sg-action.lb-sg-website,
html body .detail-backdrop button.lb-sg-action.lb-sg-website,
html body .trip-map-popup a.lb-sg-action.lb-sg-website,
html body .trip-map-popup button.lb-sg-action.lb-sg-website,
html body .trip-map-location-card a.lb-sg-action.lb-sg-website,
html body .trip-map-location-card button.lb-sg-action.lb-sg-website,
html body .leaflet-popup-content a.lb-sg-action.lb-sg-website,
html body .leaflet-popup-content button.lb-sg-action.lb-sg-website {
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 650 !important;
  font-synthesis: none !important;
  letter-spacing: -0.018em !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

html body .lb-sg-action.lb-sg-website .lb-sg-label {
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 650 !important;
  font-synthesis: none !important;
  letter-spacing: -0.018em !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

/* iPhone: keep the same style-guide font, but slightly reduce optical bulk on narrow screens. */
@media (max-width: 720px) {
  html body a.lb-sg-action.lb-sg-website,
  html body button.lb-sg-action.lb-sg-website,
  html body #app a.lb-sg-action.lb-sg-website,
  html body #app button.lb-sg-action.lb-sg-website,
  html body #detailActions a.lb-sg-action.lb-sg-website,
  html body #detailActions button.lb-sg-action.lb-sg-website,
  html body .detail-backdrop a.lb-sg-action.lb-sg-website,
  html body .detail-backdrop button.lb-sg-action.lb-sg-website,
  html body .trip-map-popup a.lb-sg-action.lb-sg-website,
  html body .trip-map-popup button.lb-sg-action.lb-sg-website,
  html body .trip-map-location-card a.lb-sg-action.lb-sg-website,
  html body .trip-map-location-card button.lb-sg-action.lb-sg-website,
  html body .leaflet-popup-content a.lb-sg-action.lb-sg-website,
  html body .leaflet-popup-content button.lb-sg-action.lb-sg-website {
    font-weight: 640 !important;
    letter-spacing: -0.016em !important;
  }

  html body .lb-sg-action.lb-sg-website .lb-sg-label {
    font-weight: 640 !important;
    letter-spacing: -0.016em !important;
  }
}
