/* Site headings */
/* =====================
   SITE HEADINGS
   ===================== */

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.wp-block-post-title {
  font-family: Charter, Georgia, serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: var(--jt-heading-color) !important;
  font-size: var(--jt-heading-size) !important;
  line-height: 1.2;
}

/* Find Classmates + Faculty & Staff page titles */
.classmates-header-title a {
  font-family: Charter, Georgia, serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 38px !important;
  color: #002a54 !important;
}

@media (max-width: 768px) {
  .classmates-header-title a {
    font-size: 22px !important;
    line-height: 38px !important;
  }
}

/* Auth modal titles */
#signin-box .jt-auth-modal-title,
#inline-reset-box h2,
#inline-reset-box .jt-auth-modal-title {
  font-family: Charter, Georgia, serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  letter-spacing: -0.363008px !important;
  color: #002854 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

#signup-box h2,
#signup-box .jt-auth-modal-title {
  font-family: Charter, Georgia, serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  letter-spacing: -0.363008px !important;
  color: #002854 !important;
  text-align: center !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

/* Reset Password titles (forgot + logged-in) */
#lostpassword-box .jt-auth-modal-title,
#lostpassword-box-restricted .jt-auth-modal-title,
#jk-change-password-box .jt-auth-modal-title {
  font-family: Charter, Georgia, serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  letter-spacing: -0.363008px !important;
  color: #002854 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

#jk-change-password-box .jt-auth-modal-title {
  pointer-events: none !important;
}

/* Classmate card names (Find Classmates, Class Pages, Profile) */
.classmate-card .classmate-old-info h3,
.classmate-card .classmate-new-info h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  font-family: Charter, Georgia, serif !important;
  color: #002a54 !important;
  line-height: 1.3 !important;
}
