/* ============================================================
   Brand wordmark — seeHoldREnt -> SeeHoldRent
   Shared by every page. Makes the name look deliberate where it
   appears in headings, and picks up the blue from the logo so the
   two read as one brand.
   ============================================================ */

.brand {
    color: var(--primary, #2563eb);
    letter-spacing: -0.02em;
    white-space: nowrap;
    font-weight: inherit;
}
