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

body {
  color: #0e0c0c;
}

main a {
  color: #101213;
}

main a:hover {
  text-decoration: underline;
  color: #272c2f;
}

main a:visited {
  color: #272c2f;
}

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

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

.site-nav a {
  color: #cf1731;
}

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

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

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

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

footer {
  color: #a4bc8f;
}

footer a {
  color: #101213;
}

footer a:hover {
  text-decoration: underline;
  color: #272c2f;
}

footer a:visited {
  color: #272c2f;
}

.title, .news-item-title, .flex-page-title {
  color: #0e0c0c;
}

.title a {
  color: #0e0c0c;
}

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

.title a:visited {
  color: #0e0c0c;
}

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

.button {
  background: #101213;
  color: #EDF0E0;
}

.social-icon {
  background-color: #0e0c0c;
  color: #EDF0E0;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0e0c0c;
}