@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');
    
body { font-family: 'Inter', system-ui, sans-serif; padding-top: 50px; transition: background-color 0.3s ease, color 0.3s ease;}
.heading-font { font-family: 'Playfair Display', sans-serif; }

.app-navbar a{
  font-size: .9rem;
  font-weight: bold;
}

.article-img {
  transition: transform 0.4s ease;
}
.article-card:hover .article-img {
  transform: scale(1.08);
}

.mobile-menu {
  transition: all 0.3s ease;
}
.flex.justify-center a.bg-primary{
  background: #ff2020 !important;
  color:#fafafa !important;
}

.flex.justify-center a.bg-primary:hover{
  background: #bf0000 !important;
  color:#fafafa !important;
}

.article-content, .page-content{
  padding: 10px;
  line-height: 30px;
}

.page-content p {
  margin-bottom: 15px;
}
.page-content strong, .page-content h2, .page-content h3{
  margin-top: 30px !important;
  margin-bottom: 15px !important;
  font-size: 20px;
  font-weight: bold;
}

.article-content strong, .article-content h2, .article-content h3{
  display: block;
  margin-top: 50px !important;
  margin-bottom: 15px !important;
  font-size: 20px;
  font-weight: bold;
}

.article-content a{
  color: #7c3aed;
}

.article-content .wp-block-list li, .page-content .wp-block-list li{
  list-style: disc;
  margin: 5px 20px;
}

.shortc-button.medium {
  vertical-align: middle;
  display: block;
  margin: 35px auto;
  padding: 13px 25px;
  width: 190px;
  font-size: 15px;
}

.shortc-button.green {
  background-color: #7c3aed;
  color: #fafafa;
}
blockquote.aligncenter {
  margin-top: 10px;
  text-align: left;
  padding: 20px 30px;
  line-height: 35px;
}
blockquote.quote-light {
  background: #eeeeee;
  border-color: #08f;
  border-width: 0;
    border-left-width: 0px;
  border-left-width: 3px;
  border-style: solid;
  color: #2c2f34;
}

.nps-form-control{
    color:#333;
    padding: 3px;
}