h1 {
  font-size: 40px;
  font-weight: 600;
}

div[role=heading] {
  font-size: 28px !important;
}

h3,
h3 a {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h1,
h2,
h3,
h4,
div[role=heading],
h3 a {
  font-family: 'Nunito Sans', sans-serif;
  color: #363F46;
}

p,
ul li {
  font-family: 'Nunito Sans', sans-serif;
  color: #363F46;
  line-height: 1.5;
}

p a {
  text-decoration: underline;
  color: #1E1E1E
}

.btn,
.MuiButton-contained {
  font-size: 16px !important;
  font-family: 'Nunito Sans', sans-serif;
  background-color: #00A6E4 !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  text-decoration: none !important;
  padding: 8px 16px !important;
  transition: .2s ease-in-out !important;
  text-transform: unset !important;
}

.btn:hover {
  color: #0283B3;
}

.btn_blue {
  background-color: #00A6E4;
}

.peak-menu--background{font-size:12px;}