/* Body text inside posts */
.windowbg .post,.windowbg2 .post,.post,.post p,.post li,.post td,.post table,
.post .bbc_standard_quote,.signature,#quickReplyOptions textarea,#message,.editor,
.inner,.keyinfo .smalltext,.modified { font-family:var(--rr-sans)!important; }

/* Topic title & per-post subjects (Display view) */
#forumposts .keyinfo h5,#forumposts .keyinfo h5 a,
.subject_title,.subject .subject_title a {
  font-family:var(--rr-pal)!important; font-weight:700!important; letter-spacing:.2px;
}

/* Headings inside topic page */
#forumposts h1,#forumposts h2,#forumposts h3,#forumposts h4,#forumposts h5,#forumposts h6 {
  font-family:var(--rr-sans)!important; font-weight:700;
}

/* Monospace */
.bbc_code,.code,pre,code,kbd,samp { font-family:Consolas,Monaco,Menlo,monospace!important; }
