/* Force Menu and Form Labels to be Dark Taupe */
.pp-menu-item-label, .pp-form-label, h1, h2, h3 {
    color: #6B6054 !important;
}

h1.entry-title, h2.entry-title, h2.entry-title a, .pp-post-title, .pp-post-title a { color: #6B6054 !important; }

/* Tighten bullet spacing on selected lists */
.article-content ul.wp-block-list.tight-list > li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}