::selection {
  background: #c8102e;
  color: #ffffff;
}

::-moz-selection {
  background: #c8102e;
  color: #ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body,
button,
input,
select,
textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* RPG TYPOGRAPHY — HEADINGS */
.rpg-pgn h1,
.rpg-pgn h2,
.rpg-pgn h3,
.rpg-pgn .teamname,
.rpg-pgn .label,
.rpg-pgn .record,
.rpg-pgn .num {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-weight: 700;
}
/* =========================================================
   RPG INTELLIGENCE BRIEF — FULL WIDTH ARTICLE
   POST 43626
   ========================================================= */
/* =========================================================
   RPG — GLOBAL ARTICLE TYPOGRAPHY
   Applies automatically to ALL old + new WordPress posts
   ========================================================= */

/* MAIN ARTICLE TEXT */
.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol,
.single-post .entry-content > blockquote,
.single-post .entry-content > .wp-block-group p,
.single-post .entry-content > .wp-block-columns p,
.single-post .entry-content .wp-block-list li {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 17px;
    line-height: 1.72;
    font-weight: 400;
    letter-spacing: 0;
}

/* LIST ITEMS */
.single-post .entry-content li {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

/* ARTICLE TITLE */
.single-post .entry-title,
.single-post h1.entry-title {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

/* ARTICLE HEADINGS */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* BLOCKQUOTES */
.single-post .entry-content blockquote,
.single-post .entry-content .wp-block-quote {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-style: normal;
}

/* TABLES */
.single-post .entry-content table,
.single-post .entry-content table td,
.single-post .entry-content table th {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/* IMAGE CAPTIONS */
.single-post .entry-content figcaption,
.single-post .entry-content .wp-caption-text {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    line-height: 1.45;
}

/* MOBILE */
@media (max-width: 767px) {

    .single-post .entry-content > p,
    .single-post .entry-content > ul,
    .single-post .entry-content > ol,
    .single-post .entry-content > blockquote,
    .single-post .entry-content > .wp-block-group p,
    .single-post .entry-content > .wp-block-columns p,
    .single-post .entry-content .wp-block-list li {
        font-size: 16px;
        line-height: 1.68;
    }

    .single-post .entry-title,
    .single-post h1.entry-title {
        line-height: 1.15;
    }
}