/* ============================================
   Alt Color Scheme: Dark Mustard Links + Blue-Teal Nav
   Load this AFTER styles.css to override colors
   ============================================ */

/* Sidebar navigation background — muted, blue-leaning teal */
#sideNav {
  background-color: #234450 !important;
}

/* Links — darker mustard */
a {
  color: #96762F;
}
a:hover {
  color: #7A5E26;
}

/* text-primary utility — used for "Martín" in the h1, and for dates in Experience/Education */
.text-primary {
  color: #96762F !important;
}