body.is-public-route {
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

body.is-public-route :where(p, li, dd, small, span, input, select, textarea) {
    font-weight: 400;
}

body.is-public-route :where(h1, h2, h3, h4) {
    font-weight: 600;
    letter-spacing: 0;
}

body.is-public-route :where(strong, b, dt, label, summary) {
    font-weight: 600;
}

body.is-public-route :where(.button, button) {
    font-weight: 600;
}

body.is-public-route :where(.eyebrow, .section-kicker, .equipment-code) {
    font-weight: 600;
    letter-spacing: 0.01em;
}

body.is-public-route :where(.nav-link, .nav-dropdown-link, .site-footer a) {
    font-weight: 500;
}

body.is-public-route :where(.home-hero__copy h1, .equipment-public-intro h1) {
    font-weight: 600;
}

body.is-public-route :where(.equipment-public-card strong, .equipment-detail__header strong) {
    font-weight: 600;
}

body.is-public-route :where(.equipment-public-card__facts dt, .equipment-detail__facts dt) {
    font-weight: 500;
}

body.is-public-route :where(.equipment-public-card__facts dd, .equipment-detail__facts dd) {
    font-weight: 500;
}

body.is-public-route :where(.equipment-public-card__button, .button-primary) {
    font-weight: 600;
}

body.is-public-route :where(.posts-public-hero, .users-public-hero, .equipment-public-hero, .partner-public-hero) {
    padding-top: 28px;
    padding-bottom: 10px;
}

body.is-public-route :where(.posts-public-intro, .users-public-intro, .equipment-public-intro, .partner-public-intro) {
    gap: 8px;
}

body.is-public-route :where(.posts-public-intro h1, .users-public-intro h1, .equipment-public-intro h1, .partner-public-intro h1) {
    font-size: clamp(2rem, 4.2vw, 3.6rem);
    line-height: 1.04;
    letter-spacing: 0;
}

body.is-public-route :where(.equipment-public-intro, .partner-public-intro) {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

body.is-public-route :where(.posts-filter-head, .equipment-filter-head, .partner-filter-head) {
    justify-content: flex-end;
    padding-bottom: 10px;
}

body.is-public-route :where(.posts-filter-head > span, .equipment-filter-head span, .partner-filter-head strong) {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--pp-muted);
    font-size: 0.86rem;
    font-weight: 500;
    white-space: nowrap;
}
