/* ── ABOUT ── */
#about {
  background: #0d0d0d;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #ccc;
  max-width: 800px;
  margin: 20px auto 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
}