@import url('https://fonts.googleapis.com/css2?family=Poppins:300,400,400i,500,700&family=Asap+Condensed:wght@500&display=swap');

#docsSearch {
  background: transparent;
  border: none;
  font-family: "ASAP Condensed", sans-serif;
  padding: 10px;
}

h1, h1.title {
  color: #000F64 !important;
  font-family: "ASAP Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: 0.065rem;
}

h2 {
  color: #151F24;
  font-family: "Poppins", serif;
  font-weight: 400 !important;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.04rem;
}

h3 {
  color: #151F24;
  font-family: "Poppins", serif;
  font-weight: 600 !important;;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

body {
  background-color: #F7F7F7;
  color: #545759;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
}

/* Home Page Search Button */

#searchBar button {
  color: #fff;
  background: #00B4A0;
  border: none;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  padding: 0 1.5em;
  top: 28px;
}
#searchBar button:hover {
  background: #008489;
}

input, button, select, textarea {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Category Styles */

.category-list .category {
  background-color: #fff;
  background-position: top 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 100px auto !important;
  border-radius: 6px;
  width: 28%;
  transition: all 0.2s;
}

/* Article Styles */

#main-content {
  background: none;
}
