@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Source+Sans+Pro:wght@300;400;700&display=swap");
/*Separator line between step icons*/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.dialog .title {
  font-weight: 700;
}

.primary-content .max-selections {
  font-weight: 600;
}

/*Secondary font used in selected areas
After importing the correct webfont replace font-family rules.
*/
.step-header {
  font-family: "Source Sans Pro", sans-serif;
}

.supporting-image .caption {
  font-family: "Open Sans", sans-serif;
}
/*# sourceMappingURL=fonts.css.map */
