@import url(variables.css);

/* Footer (works with nyulaw footer.footer deep-violet style) */
footer.footer {
  text-align: center;
  font-family: NYUPerstareMedium, sans-serif;
  font-size: 0.875rem;
}

/* Regular text black so it doesn’t compete with links */
footer.footer .content,
footer.footer .content p,
footer.footer .content h4 {
  color: #000 !important;
}

/* Footer links white for clear contrast on purple */
footer.footer .content a {
  color: #fff !important;
  text-decoration: underline;
}

footer.footer .content a:hover {
  color: #fff !important;
  opacity: 0.9;
}
