/* css styles */

/* Ensure bold text has a significantly higher font weight */
b,
strong,
.fw-bold {
  font-weight: 700 !important;
}

/* Ensure the Inter font properly displays bold weights */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom highlight for K-State Purple */
.text-primary {
  color: #512888 !important;
  font-weight: 550;
  /* Adds a bit of weight so it stands out */
}

/* Optional: Make bold text slightly more visible in the Lux theme */
b,
strong,
.fw-bold {
  font-weight: 700 !important;
}