/**
 * Consumer-friendly polish — load LAST in <head> (after page inline CSS).
 * Softens brutalist all-caps + wide tracking on nav and common headings.
 */
body .unified-logo {
    letter-spacing: -0.03em !important;
    text-transform: none !important;
}

body .unified-nav-link,
body .unified-btn,
body .unified-sidebar-item {
    text-transform: none !important;
    letter-spacing: 0.02em !important;
}

/* Home / feed page titles */
body .feed-title {
    text-transform: none !important;
    letter-spacing: -0.02em !important;
    font-weight: 700;
}

body .feed-subtitle,
body .home-section h3 {
    text-transform: none !important;
    letter-spacing: 0.04em !important;
    font-weight: 600;
}

body .home-section-more-btn,
body .composer-actions button {
    text-transform: none !important;
    letter-spacing: 0.03em !important;
}

/* Legal / long-form pages: calmer section labels */
body .legal-nav a {
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: 0.8125rem;
}
