/* Accent style for 'Team' in heading */
.team-accent {
  font-family: Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: bold;
  color: #00008b;
  letter-spacing: -0.03em;
}
/* Team member image adjustments */
.team-member-img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--brand-1);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,102,255,0.08);
}
