@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

body {
  font-family: "DM Sans",Arial
}
h1, h2, h3, h4, h5, h6 {
font-family: “DM Sans”, Arial, sans-serif;
}
.sauce_subnav {
  text-align: right;
}
.sauce_subnav span {
 float: left; 
  font-weight: bold;
  font-size: 1.6em;
}
.fa-check-square-o,
.fa-square-o,
.fa-minus,
.fa-plus {
  color: #fff !important;
}
.custom-sauce-msg {
  background: #FF8A69;
  padding: 15px;
  margin: 25px 0 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: none;
}
.updates-dropdown-container .show-updates-dropdown {
    padding: 8px 15px !important;
    border: 1px solid #3DDC91 !important;
    border-radius: 60px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #3DDC91 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.updates-dropdown-section {
    background: #1F2E2D !important;
  		  color: #FFFFFF !important;
}