:root {
  --md-primary-fg-color: #041E42; /* Official Nevada Blue */
}

/* Make content links a standard recognizable blue */
.md-typeset a {
  color: #007BFF;
}

/* Slightly darker blue and underline on hover */
.md-typeset a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Accessibility: visible keyboard focus */
.md-typeset a:focus,
.md-typeset button:focus,
.md-typeset input:focus,
.md-typeset textarea:focus,
.md-typeset select:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
}
