body {
  background-color: #EDF1F1;
  font-weight: normal;
  font-style: normal;
  font-family: "Tahoma", "Geneva", sans-serif;
}

body {
  color: #100e0e;
}

main a {
  color: #131516;
}

main a:hover {
  text-decoration: underline;
  color: #2b2f31;
}

main a:visited {
  color: #2b2f31;
}

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

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

.site-nav a {
  color: #8c8c8c;
}

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

.site-nav a:visited {
  color: #8c8c8c;
}

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

.site-nav:hover a.selected {
  color: #8c8c8c;
}

footer {
  color: #131111;
}

footer a {
  color: #131516;
}

footer a:hover {
  text-decoration: underline;
  color: #2b2f31;
}

footer a:visited {
  color: #2b2f31;
}

.title, .news-item-title, .flex-page-title {
  color: #8c8c8c;
}

.title a {
  color: #8c8c8c;
}

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

.title a:visited {
  color: #8c8c8c;
}

.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: #7d6d6d;
}

.button {
  background: #131516;
  color: #EDF1F1;
}

.social-icon {
  background-color: #100e0e;
  color: #EDF1F1;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #100e0e;
}