/* Custom class for "Sacred Noticing" entries */
.brutalist-revelation {
  --background-primary: #ffffff; /* Stark white */
  --text-normal: #000000;       /* Pitch black */
  --font-family-editor: "Courier New", monospace;
}

.brutalist-revelation .markdown-preview-view {
  border: 10px solid black !important;
  padding: 3rem !important;
  background-color: #fff !important;
}

.brutalist-revelation h1 {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  border-bottom: none !important;
}
