.strytl {
  --color-contrast: #8d0449;
  --color-text: #000000;
  background-color: #ffffff;
}
.strytl .item {
  border-color: #ffffff;
}
.strytl .item.chapter .item-content {
  background-color: #8d0449;
  border-top-color: #8d0449;
}
.strytl .item.chapter h1.title {
  color: #ffffff;
}
.strytl .item.chapter .marker {
  background-color: #e7f5f4;
  color: #007c9d;
}
.strytl .item.text h1.title {
  color: #000000;
  font-weight: 700;
}
.strytl .item .xt-react .reaction[data-reaction="1"] {
  display: none;
}
.strytl .item .xt-react .reaction[data-reaction="2"] {
  display: none;
}

@font-face{
	font-family:'Ebert-Headline';font-style:normal;font-weight:600;src:url('https://data.storytile.net/customer_files/fes/2024-design/Ebert-Headline.woff');
}
@font-face{
	font-family:'Ebert';font-style:normal;font-weight:400;src:url('https://data.storytile.net/customer_files/fes/2024-design/Ebert-Regular.woff');
}
@font-face{
	font-family:'Ebert';font-style:italic;font-weight:400;src:url('https://data.storytile.net/customer_files/fes/2024-design/Ebert-Italic.woff');
}
@font-face{
	font-family:'Ebert';font-style:normal;font-weight:600;src:url('https://data.storytile.net/customer_files/fes/2024-design/Ebert-Bold.woff');
}


#strytl-body.strytl {
    font-family: 'Ebert',Helvetica,Arial,sans-serif	
}


/* text items */
.strytl .item {
    font-family: 'Ebert',Helvetica,Arial,sans-serif	
}

/* chapter items */
.strytl .item.chapter h1.title {
    font-family: 'Ebert-Headline',Helvetica,Arial,sans-serif	
}

/* general design changes */
.strytl .live {
	background-image: url(https://data.storytile.net/customer_files/live.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.strytl .live img {
	visibility: hidden;
}