
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap');

.ttp-stat-count {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  color: #121212;
  margin: 0.5em 0;
}

.ttp-comment-feed blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  background: #fffaf2;
  border-left: 4px solid #f2542d;
  margin: 1em 0;
  padding: 1em 1.25em;
  color: #121212;
}

.ttp-comment-date {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5em;
  color: #888;
}

.ttp-comment-pagination a {
  font-family: 'Poppins', sans-serif;
  padding: 0.5em 0.75em;
  background: #000;
  color: #fff;
  margin-right: 0.5em;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}
