:root{--hl-red:#F60017;--hl-green:#21810F;--hl-dark:#424345;}

/* Auto-resize large logo images for HelloLoans */
.navbar-brand img {
  height: auto;              /* keep aspect ratio */
  max-height: 80px;          /* cap height in navbar */
  width: auto;               /* scale width proportionally */
}