@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,
blockquote,
input,
select,
textarea {
  font-family: Roboto, arial, sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, 
h5, .h5,
h6, .h6 {
  font-family: Poppins, arial, sans-serif;
  font-weight: 500;
}

h1, .h1,
h2, h2 {
  font-weight: 400;
}

button, .btn,
input[type=submit],
.lt-btn {
  font-family: Poppins;
}
  
.banner-help-center-name {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  top: 4px;
}

/* Fix hero search button font size #gnops */
.lt-search-box--hero-unit input[type="submit"] {
  font-size: 1.4rem;
  font-weight: 500;
}

