/* gron.business wordmark — shared across static pages */
.gron-brand,
a.gron-brand,
.logo,
a.logo,
.topbar-logo,
.header a.logo {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  text-decoration: none;
  color: var(--fg, var(--ink, #f5f5f5));
}

.gron-brand-accent,
.logo .gron-brand-accent,
.topbar-logo .gron-brand-accent,
.header a.logo .gron-brand-accent {
  color: var(--gold, var(--brand, #c9a352));
  font-weight: 800;
}
