/* Contact theme */
body.page-contact{
  --accent: #63ffa8;
  --accent2: #6a9bff;
}

/* Small hint box style (optional) */
.hint{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px dashed rgba(255,255,255,.22);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.86);
}
