.theme-public {
  --brand: #334f5a;
  --nav: #405b64;
  --accent: #a42d2d;
  background: #f3f4f1;
  border: 2px solid #6c7475;
}

.theme-public .site-masthead {
  background: #e3e8e6;
  border-top: 10px solid #384f58;
}

.theme-public .site-brand {
  font-size: 34px;
}

.theme-public .page-title {
  text-align: center;
  border-bottom: 3px double #555;
}

.theme-public .page-meta {
  justify-content: center;
}

.theme-public .lead {
  background: #eceeea;
  border-color: #596c70;
}
