@import url('/curate-base.css');

.nav-row > .brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
}

.nav-row > .brand::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  background: url('/curate-mark.png') center / contain no-repeat;
}

.prose a:not(.button) {
  color: var(--brass2);
  text-decoration-line: underline;
  text-decoration-color: var(--brass2);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.prose a:not(.button):hover {
  color: var(--text);
  text-decoration-color: var(--brass2);
}
