/* Shared H1/H2 hierarchy across the complete OMNIX website. */
:root {
  --omnix-heading-color: #0e3654;
}

body :is(h1, h2, h3, h4, h5, h6):not(#industrial-process *):not(#industrial-process-aligned *):not(.service-contact-card *) {
  color: var(--omnix-heading-color) !important;
}

body .omnix-footer-heading {
  color: var(--omnix-heading-color) !important;
}

body .service-contact-card .service-card-title {
  color: #fff !important;
}

body h1 {
  font-family: "Gothic A1", Arial, sans-serif !important;
  font-size: clamp(40px, 3.75vw, 54px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.1 !important;
  overflow-wrap: anywhere;
}

body h2 {
  font-family: "Gothic A1", Arial, sans-serif !important;
  font-size: clamp(34px, 3.25vw, 48px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere;
}

.title-faq .maxw-faq {
  white-space: normal !important;
}

@media (max-width: 767px) {
  body h1 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }

  body h2 {
    font-size: 34px !important;
  }
}
