body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.5;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.2;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.p1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}

.p2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.p3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #334155;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.corporate-footer {
  background-color: #1f2937;
  color: #f1f5f9;
  padding: 3rem 2rem 2rem 2rem;
  font-family: "Roboto", sans-serif;
}
.corporate-footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.corporate-footer .footer-container .footer-section {
  flex: 1 1 200px;
}
.corporate-footer .footer-container .footer-section h2,
.corporate-footer .footer-container .footer-section h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.corporate-footer .footer-container .footer-section p,
.corporate-footer .footer-container .footer-section li,
.corporate-footer .footer-container .footer-section a {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
}
.corporate-footer .footer-container .footer-section a {
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.corporate-footer .footer-container .footer-section a:hover {
  color: #3b82f6;
}
.corporate-footer .footer-container .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.corporate-footer .footer-container .footer-section.social .social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.corporate-footer .footer-container .footer-section.social .social-icons a {
  font-size: 1.25rem;
  color: #cbd5e1;
  transition: color 0.3s ease;
}
.corporate-footer .footer-container .footer-section.social .social-icons a:hover {
  color: #3b82f6;
}
.corporate-footer .footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 1rem;
  text-align: center;
}
.corporate-footer .footer-bottom p {
  font-size: 0.875rem;
  color: #94a3b8;
}/*# sourceMappingURL=footer.css.map */