/* HEADINGS */
h1.page-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #1a1a1a; /* near-black text */
}

h2.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #1a1a1a;
}

/* PARAGRAPH TEXT */
p, li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

/* LINKS */
a {
  color: #003366; /* Apex blue */
  text-decoration: underline;
}

a:hover {
  color: #0055aa;
}