body {
  background-color: #ffffff;
  color: #1F2937;
  font-weight: 400;
  line-height: 1.7;
}


a,
a:visited {
  color: #6B5FD3;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #4F46C8;
  text-decoration: underline;
}

.navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #E5E7EB;
}

.navbar .nav-link,
.navbar-brand {
  color: #1F2937 !important;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #6B5FD3 !important;
}

/* ===== FINAL CV FONT OVERRIDE ===== */

/* Page title: CV */
/* .page__title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
} */

/* Section headers: Education, Publications, etc. */
.page__content h2 {
  font-size: 1.0rem !important;   /* 关键：压到 1.0rem */
  font-weight: 600 !important;
  margin-top: 1.8rem !important;
  margin-bottom: 0.4rem !important;
  padding-bottom: 0.2rem !important;
  border-bottom: 1px solid #E5E7EB;
}

/* Body text */
.page__content p,
.page__content li {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

/* Lists tighter (CV-style) */
.page__content ul {
  margin-top: 0.3rem !important;
  padding-left: 1.1em !important;
}

.page__content li {
  margin-bottom: 0.35em !important;
}

/* ===== FORCE CV SECTION FONT SIZE (archive layout) ===== *