/* TEMP: disables the header nav links (Docs, Contribute, Socials, Support,
   News), the Sign Up / Log In button, and all footer links — site still
   unfinished / auth still broken.
   Remove this file and its <link> in index.html once those are ready. */

.navbar-nav > li > a,
.auth-nav-btn,
#footer a {
  pointer-events: none;
  cursor: not-allowed;
}
