
/* WayCare Contact Us Widget Pack shared alignment */
:root{
  --waycare-contact-max: 1380px;
  --waycare-navy: #122C4A;
  --waycare-mint: #5BE3B8;
  --waycare-teal: #2ABFB7;
  --waycare-border: #E2E8F0;
  --waycare-bg: #F8FAFC;
}

.waycare-contact-shell,
.wc-contact-shell,
.wcu-shell,
.contact-us-shell,
.waycare-hero-shell,
.wcf-shell,
.wcfaq-shell,
.wcmap-shell{
  max-width: var(--waycare-contact-max);
}

.waycare-contact-section,
.wc-contact-section,
.wcu-section,
.contact-us-section,
.waycare-hero-section,
.wcf-section,
.wcfaq-section,
.wcmap-section{
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.waycare-contact-title,
.wc-contact-title,
.wcu-title,
.contact-us-title,
.waycare-hero-title,
.wcf-title,
.wcfaq-title,
.wcmap-title{
  font-family: Fraunces, Georgia, serif;
}

.waycare-contact-label,
.wc-contact-label,
.wcu-label,
.contact-us-label,
.waycare-hero-label,
.wcf-label,
.wcfaq-label,
.wcmap-label{
  font-family: "Geist Mono", monospace;
}

@media (max-width: 767px){
  .waycare-contact-section,
  .wc-contact-section,
  .wcu-section,
  .contact-us-section,
  .waycare-hero-section,
  .wcf-section,
  .wcfaq-section,
  .wcmap-section{
    padding-left: 14px;
    padding-right: 14px;
  }
}
