/**
 * Auto-exported from Appearance → Customize → Additional CSS.
 */

.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: normal;
  font-size: 1.75rem;
}
.front-list {
  margin-bottom: 30px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
	background: #fff;
	font-weight: 600;
}
.front-list li {
  line-height: 1.5em;
  float: left;
  display: inline;
  width: 18.9%;
  color: #cd2653;
}
ul.front-list li {
    margin-left: 0;
    margin-right: 10px;
}
.custom-ul {
  background: #fff;
  padding: 15px;
  list-style: none !important;
  margin-bottom: 20px !important;
}
.custom-ul li::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #cd2653;
  margin: 0px 10px 0 auto;
	border-radius:50px
}
.games-ul li::before {
  background-color: #fff;
  margin: 0px 10px 0 auto;
	border-radius: 0
}
@media screen and (max-width: 800px) {	.front-list li {
    float: left;
    width: 46% !important;
}
}
