body {
  background-color: #290505;
  font-weight: 700;
  font-style: normal;
  font-family: "Times New Roman", "Times", serif;
}

body {
  color: #FBEEE1;
}

main a {
  color: #F9EBCF;
}

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

main a:visited {
  color: #f3d8a2;
}

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

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

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

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

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

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

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

footer {
  color: #FFD1D1;
}

footer a {
  color: #F9EBCF;
}

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

footer a:visited {
  color: #f3d8a2;
}

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

.title a {
  color: #FBD7D7;
}

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

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

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

.button {
  background: #F9EBCF;
  color: #290505;
}

.social-icon {
  background-color: #FBEEE1;
  color: #290505;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #FBEEE1;
}