body {
  background-color: #F9F4EC;
  font-weight: 700;
  font-style: normal;
  font-family: "Courier New", "Courier", monospace;
}

body {
  color: #2d0452;
}

main a {
  color: #480566;
}

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

main a:visited {
  color: #6a0797;
}

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

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

.site-nav a {
  color: #4e0990;
}

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

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

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

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

footer {
  color: #410665;
}

footer a {
  color: #480566;
}

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

footer a:visited {
  color: #6a0797;
}

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

.title a {
  color: #491b83;
}

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

.title a:visited {
  color: #491b83;
}

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

.button {
  background: #480566;
  color: #F9F4EC;
}

.social-icon {
  background-color: #2d0452;
  color: #F9F4EC;
}

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

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

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

.wordy {
  text-align: left;
}

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

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