/**
 * Button + nav reset: semi-bold, not italic, all browsers (loads last).
 * Overrides any inherited or browser-default styles (especially Chrome).
 */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn,
a.btn,
#header .btn,
.quick-form .btn,
.form-btn .btn,
.hero-buttons .btn,
.wsmenu .btn,
.contact-form .btn,
.cta-waitlist-section .btn,
.download-banner-compact .btn,
#waitlist .btn,
#download .btn,
.more-questions-btn .btn,
.footer-waitlist .btn {
  font-weight: 500 !important;
  font-style: normal !important;
  font-synthesis: none !important;
}

html body button,
html body input[type="submit"],
html body input[type="button"],
html body input[type="reset"],
html body .btn,
html body a.btn,
html body .wsmenu > .wsmenu-list > li a.btn,
html body #header .wsmenu > .wsmenu-list > li a.btn {
  font-weight: 500 !important;
  font-style: normal !important;
  font-synthesis: none !important;
}
