body {
  background-color: #FEFEFD;
  font-weight: normal;
  font-style: normal;
  font-family: "Helvetica", sans-serif;
}

body {
  color: #2F2D2D;
}

main a {
  color: #0D0F0F;
}

main a:hover {
  text-decoration: underline;
  color: #252a2a;
}

main a:visited {
  color: #252a2a;
}

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

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

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

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

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

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

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

footer {
  color: #0C0D0D;
}

footer a {
  color: #0D0F0F;
}

footer a:hover {
  text-decoration: underline;
  color: #252a2a;
}

footer a:visited {
  color: #252a2a;
}

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

.title a {
  color: #0A0B0B;
}

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

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

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

.button {
  background: #0D0F0F;
  color: #FEFEFD;
}

.social-icon {
  background-color: #2F2D2D;
  color: #FEFEFD;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #2F2D2D;
}