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

body {
  color: #f5eed1;
}

main a {
  color: #cec7fa;
}

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

main a:visited {
  color: #a598f6;
}

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

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

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

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

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

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

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

footer {
  color: #dadae7;
}

footer a {
  color: #cec7fa;
}

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

footer a:visited {
  color: #a598f6;
}

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

.title a {
  color: #ffffff;
}

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

.title a:visited {
  color: #ffffff;
}

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

.button {
  background: #cec7fa;
  color: #340F5B;
}

.social-icon {
  background-color: #f5eed1;
  color: #340F5B;
}

.welcome-modal {
  background-color: #5E4942;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #f5eed1;
}