/* Minimal CW Child Theme Styles */
body {
  font-family: inherit;
}

.cw-desktop-nav a {
  color: #e2e8f0;
  transition: color 0.2s ease;
  text-decoration: none;
}

.cw-desktop-nav a:hover,
.cw-desktop-nav a:focus {
  text-decoration: none;
  color: #ffbc00; /* Brand yellow */
}
