/** fonts **/
html, body, p {
  font-family: "ff-good-headline-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5 {
  font-family: "ff-good-headline-web-pro" !important;
}
h2 { font-size: 40px; }
h1, h2, h3 {
  & strong { font-weight: 900; }
}

p a:hover { text-decoration: underline; }

/* Basic rich-text spacing & bullets inside Divi text modules */
.et_pb_text_inner {
  & ul { margin: 10px 0; }
}
ul li ul li { list-style-type: circle; }
