@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap');

/* Global styles for readability */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, td, th, input, textarea, button {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px;
  font-weight: 400; /* Reduced font weight for smoother reading */
  line-height: 1.75;
  letter-spacing: 0.3px;
  color: #2c2c2c;
}

/* Optional: better spacing between bullet points */
li {
  margin-bottom: 0.5em;
}

/* Optional: improve highlighted note blocks */
.note, .warning, .info {
  background-color: #fff8d8;
  padding: 1em;
  border-radius: 6px;
  line-height: 1.6;
}

