/* =========================
   ROOM PLATFORM BASE RESET
   Prevent theme color override
   ========================= */

/* only text elements, NOT everything */
.rp-scope p,
.rp-scope span,
.rp-scope label,
.rp-scope input,
.rp-scope textarea {
    color: #1d2327;
}

/* Titles */
.rp-scope h1,
.rp-scope h2,
.rp-scope h3,
.rp-scope h4,
.rp-scope h5,
.rp-scope h6,
.rp-scope .entry-title,
.rp-scope .page-title,
.rp-scope .wp-block-post-title,
.rp-scope .ast-page-title {
    color: #1d2327 !important;
    -webkit-text-fill-color: #1d2327 !important;
}

/* Prevent invisible input text */
.rp-scope input,
.rp-scope textarea {
    color: #111 !important;
}