/* Homepage typography: stronger, modern, and easier to scan */
body.home #wpb-content-root h1,
body.home #wpb-content-root h2,
body.home #wpb-content-root h3,
body.home #wpb-content-root h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
}

body.home #wpb-content-root h1 {
  line-height: 1.08 !important;
}

body.home #wpb-content-root p,
body.home #wpb-content-root li {
  font-weight: 400 !important;
}

body.home #primary-menu > li > a .menu-text {
  font-weight: 600;
  letter-spacing: 0.01em;
}