/* group css */
.strytl { --color-contrast:#008bd0; --color-text:#191919; }
.strytl .item.chapter h1.title { color:#191919; }
.strytl .item.chapter .marker { background-color:#002b55; }
.strytl .item.text h1.title { font-weight:700; }
.strytl .item.text .timestamp .group .time { font-weight:700; }

@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

/* text items */
.strytl .item.text h1.title,
.strytl .item.quote .text {
  font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.strytl .item.em-polls .question,
.strytl .item.em-polls .answers.yes-no {
    font-family: Georgia, "Times New Roman", serif;
}

.strytl .item.text .timestamp,
.strytl .item.quote .timestamp {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.strytl .item.text .timestamp .group,
.strytl .item.quote .timestamp .group {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.strytl .item.text .timestamp .group .date,
.strytl .item.quote .timestamp .group .date {
}
