/* Custom styles (optional) */
/* Add brand colors, utilities, or overrides here if needed */

/* Color only bold text inside headings */
:where(h1,h2,h3,h4,h5,h6) strong,
:where(h1,h2,h3,h4,h5,h6) b {
  color: #7c3aed; /* Tailwind purple-600 */
}
