h1 {
  font-size: 48px;
}

div[role=heading] {
  font-size: 28px !important;
}

h3,
h3 a {
  font-size: 28px;
}

h3 a:hover {
  color: #1E1E1E;
}

h4 {
  font-size: 24px;
}

h1,
h2,
h3,
h4,
div[role=heading],
h3 a {
  font-family: 'Roboto Slab', serif;
  color: #1E1E1E;
}

.peak-menu--background div[role=menubar] div[role=menuitem] {
  font-size: 12px !important;
}

p,
ul li {
  font-family: 'Libre Caslon Text', serif;
  color: #1E1E1E;
  line-height: 1.5;
}

p a {
  text-decoration: underline;
  color: #1E1E1E
}

.btn,
.MuiButton-contained {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  background-color: #1E1E1E !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  padding: 8px 16px !important;
  transition: .2s ease-in-out !important;
  text-transform: unset !important;
}

.btn:hover {
  color: #FDBB13;
}

.btn_yellow {
  background-color: #fdb913;
}

.peak-menu--background{font-size:12px;}