@import url('https://fonts.googleapis.com/css2?family=Quintessential&family=Source+Sans+Pro:wght@300;400;600&display=swap');

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #2a2820;
  background-color: #ffffff;
}

#sp-navbar {
  background-color: #f8f7f4 !important;
  border-bottom: 1px solid #e0ddd8;
}

.mod-menu a {
  color: #1a1814 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
}

.mod-menu a:hover {
  color: #c8a96e !important;
}

h1, h2, h3, h4 {
  font-family: 'Quintessential', cursive !important;
  color: #1a1814;
  font-weight: 400;
}

a {
  color: #1a1814;
  text-decoration: none;
}

a:hover {
  color: #c8a96e;
}

#sp-footer {
  background-color: #1a1814;
  color: #cccccc;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
}

#sp-footer a {
  color: #c8a96e;
}