
h1 {
    color: hsl(300, 100%, 25%) ;
}
/* ===== UNICODE PROJECT STAR RATING (FINAL) ===== */

.project-stars {
  display: inline-flex;
  gap: 4px;
}

.project-stars .star {
  font-size: 1.4rem;
  line-height: 1;
  color: #ccc !important;
}

.project-stars .star.filled {
  color: #FFD700 !important; /* GOLD */
}











