/* ============================================================
   G-IA · about.css
   ============================================================ */

.about { background: var(--bg-alt); }

.about__text {
  max-width: 60ch;
  margin-inline: auto;
  text-align: center;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: var(--text2);
  line-height: 1.55;
}
