/* Footer link typography: retain the site's Inter body family. */
footer a.text-base { font-size: .875rem; line-height: 1.5; }
@media (min-width: 768px) {
  footer a.text-base { font-size: .9375rem; }
}

/* Balanced spacing for the two-line footer wordmark. */
footer span.mono-label.leading-tight {
  letter-spacing: .08em;
  word-spacing: -.18em;
  line-height: 1.45;
}

.mfv-faq-prompt{margin-top:1.5rem;font-size:.875rem;line-height:1.7;color:hsl(var(--foreground)/.7)}
.mfv-faq-prompt a{color:hsl(var(--brass-light));text-decoration:underline;text-underline-offset:4px}
.mfv-faq-prompt a:hover{color:hsl(var(--foreground))}
