body {
  background-color: #d8d4d9;
  font-weight: normal;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #655d5d;
}

main a {
  color: #625b5b;
}

main a:hover {
  text-decoration: underline;
  color: #7c7474;
}

main a:visited {
  color: #7c7474;
}

.site-title, .mobile-menu-icon {
  color: #655858;
}

.site-nav, .mobile-menu-link, nav:before, nav:after {
  color: #9a8d8d;
}

.site-nav a {
  color: #9a8d8d;
}

.site-nav a:hover {
  text-decoration: none;
  color: #b2a8a8;
}

.site-nav a:visited {
  color: #9a8d8d;
}

.site-nav a.selected {
  color: #b2a8a8;
}

.site-nav:hover a.selected {
  color: #9a8d8d;
}

footer {
  color: #5a5353;
}

footer a {
  color: #625b5b;
}

footer a:hover {
  text-decoration: underline;
  color: #7c7474;
}

footer a:visited {
  color: #7c7474;
}

.title, .news-item-title, .flex-page-title {
  color: #7b6565;
}

.title a {
  color: #7b6565;
}

.title a:hover {
  text-decoration: none;
  color: #957e7e;
}

.title a:visited {
  color: #7b6565;
}

.hr, .hr-before:before, .hr-after:after, .hr-before--small:before, .hr-before--large:before, .hr-after--small:after, .hr-after--large:after {
  border-top-color: #c9c5c5;
}

.button {
  background: #625b5b;
  color: #d8d4d9;
}

.social-icon {
  background-color: #655d5d;
  color: #d8d4d9;
}

.welcome-modal {
  background-color: #afacaf;
}

.site-title {
  font-family: "Abel", sans-serif;
  font-style: normal;
  font-weight: 400;
}

nav {
  font-family: "Abel", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wordy {
  text-align: left;
}

.site-title {
  font-size: 2.125rem;
}

footer .credit a {
  color: #655d5d;
}