
/* WayCare AutoCare Widget Pack shared alignment */
:root{
  --waycare-autocare-max: 1380px;
  --waycare-autocare-navy: #122C4A;
  --waycare-autocare-teal: #0E7C86;
  --waycare-autocare-teal-light: #1FC7B6;
  --waycare-autocare-accent: #17A2A4;
  --waycare-autocare-border: #E2E8F0;
}

.wcah-hero-shell,
.wcinc-shell,
.wcsm-shell,
.wcwf-shell,
.wcba-shell,
.wchiw-shell,
.wcra-shell,
.wcts-shell,
.wccta-shell,
.wcauto-hero-shell,
.wac-hero-shell,
.waycare-autocare-hero-shell{
  max-width: var(--waycare-autocare-max);
}

.wcah-hero-section,
.wcinc-section,
.wcsm-section,
.wcwf-section,
.wcba-section,
.wchiw-section,
.wcra-section,
.wcts-section,
.wccta-section,
.wcauto-hero-section,
.wac-hero-section,
.waycare-autocare-hero-section{
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wcah-title,
.wcinc-title,
.wcsm-title,
.wcwf-title,
.wcba-headline,
.wchiw-title,
.wcra-title,
.wcts-title,
.wccta-title,
.wcauto-hero-title,
.wac-hero-title,
.waycare-autocare-hero-title{
  font-family: Fraunces, Georgia, serif;
}

.wcah-eyebrow,
.wcinc-label,
.wcsm-label,
.wcwf-label,
.wcba-label,
.wchiw-label,
.wcra-label,
.wcts-label,
.wccta-eyebrow,
.wcauto-hero-label,
.wac-hero-label,
.waycare-autocare-hero-label{
  font-family: "Geist Mono", monospace;
}

@media (max-width: 767px){
  .wcah-hero-section,
  .wcinc-section,
  .wcsm-section,
  .wcwf-section,
  .wcba-section,
  .wchiw-section,
  .wcra-section,
  .wcts-section,
  .wccta-section,
  .wcauto-hero-section,
  .wac-hero-section,
  .waycare-autocare-hero-section{
    padding-left: 14px;
    padding-right: 14px;
  }
}
