/* over-ride all font references to provide OSS alternative - Robin */

.body, .paragraph.large-paragraph, .paragraph.large-paragraph.white, .meta-text, .scroll-overflow, .form-field, .button, .heading-3 {
  font-family: 'open-sans-light', sans-serif;
}

.hero-paragraph.light, .large-paragraph, .large-paragraph.bold, .paragraph.large-paragraph.larger, .paragraph.large-paragraph.larger.extra-top, .meta-text.bold, .doormat-heading, h3 .h4, .bold, .number-bg, .inline-link, .section-links, .big-number, .link, .h3 {
  font-family: 'open-sans-bold', sans-serif;
}


.open-sans-light {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.open-sans-bold {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

