/* Official wordmark: Housing (blue) And (white) Property (blue) Times (orange).
   Thin dark edge + light lift so it reads on navy bars and photos. */
.hpt-brand-blue {
  color: #60a5fa !important;
  -webkit-text-stroke: 0.4px rgba(15, 23, 42, 0.55);
  text-shadow:
    0 1px 0 rgba(255,255,255,.28),
    0 -1px 0 rgba(15,23,42,.35),
    0 1px 2px rgba(15,23,42,.25);
}
.hpt-brand-white {
  color: #fff !important;
  -webkit-text-stroke: 0.4px rgba(15, 23, 42, 0.45);
  text-shadow:
    0 1px 0 rgba(255,255,255,.2),
    0 -1px 0 rgba(15,23,42,.3),
    0 1px 2px rgba(15,23,42,.2);
}
.hpt-brand-orange {
  color: #f97316 !important;
  -webkit-text-stroke: 0.4px rgba(15, 23, 42, 0.5);
  text-shadow:
    0 1px 0 rgba(255,255,255,.25),
    0 -1px 0 rgba(15,23,42,.35),
    0 1px 2px rgba(15,23,42,.25);
}
.hpt-brand,
.admin-mobile-bar .brand,
.admin-sidebar-brand-text {
  font-weight: 800;
  letter-spacing: -0.01em;
}
