/* Shared UI shell styles used by both the public site and admin pages. */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(44, 42, 39, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

