/* ========================================
   TYPOGRAPHY – typography.css
   ======================================== */

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

/* Headings */
.hero-content h2 {
  font-family: "Cormorant SC", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  margin: 12px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

p{
  font-size: 18px;
  line-height: 1.5;
  color: #555;
  font-family: 'Crimson Text', serif;
}



/* .section-text{
  padding: 0px 60px;
} */

.section-text h3,
.cta-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 15px;
}


.section-title {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin-bottom: 50px;
  color: #1a1a1a;
}

.footer-contact h4 {
  color: white;
  margin-bottom: 15px;
  font-size: 16px;
}

.about-text {
  font-size: 18px;
  color: #444;
}

/* Testimonial */
.testimonial-review {
  font-style: italic;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.testimonial-company {
  font-weight: 600;
  color: #a61e3d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Button Text */
.btn {
  font-weight: 500;
}

.cta-button .btn {
  font-weight: 600;
}

/* Footer Text */
.footer {
  font-size: 14px;
}

.footer-logo .tagline {
  font-size: 11px;
}

.footer-logo .quote,
.footer-bottom {
  font-size: 13px;
}

/* Responsive Typography */
@media (max-width: 768px) {
  .hero-content h2 {
    font-size: 32px;
  }

  .support-text h3,
  .winning-text h3 {
    font-size: 22px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

/* Responsive Typography */
@media (max-width: 500px) {

  .cta-button .btn{
    font-weight: normal;
  }

.section-text h3,
.cta-text h3,.clients-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 15px;

}


 .section-text p, .cta-text p {
  font-size: 15px;
  margin: 10px 0;
    letter-spacing: 0;
 }

  .hero-home h2 {
    font-size: 20px;
    text-align: left;
  }

  .footer-content p{
    font-size: 15px;
  }


}