/* proareta.com — site-specific pieces on top of the family components. */

/* SVG wordmark (brand-portal asset; sized against the old --text-xl
   text treatment it replaced). */
.wordmark-img {
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}

.nav-links .nav-cta {
  color: var(--accent);
  border: 1px solid var(--border-accent);
  border-radius: 6px;
  padding: var(--space-1) var(--space-3);
}

.nav-links .nav-cta:hover {
  background: var(--accent-subtle);
}

.footer-wordmark {
  margin-bottom: var(--space-2);
}

.footer-quiet {
  color: var(--text-muted);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
}
