:root {
  --site-bg-color: #3E513D;
  --site-container-max-width: 800px;
}

body, html { background-color: var(--site-bg-color); }
.container { max-width: var(--site-container-max-width); }

h1 {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
}

h2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #D1D0EA;
  line-height: 1.125;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FEFCE8;
  line-height: 1.125;
}

h4 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.125;
}

h5 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ccc;
  line-height: 1.125;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #ccc;
  line-height: 1.125;
}


a{color:#fff}
.site-menu-list--level-2, .site-menu-list--level-3{background:#284127}
