.person-card{background:#fff;border-radius:12px;flex-direction:column;gap:4px;padding:2px;display:flex}.person-card-image{aspect-ratio:1;object-fit:cover;border-radius:11px;width:100%;height:auto}.person-card-content{background:var(--background);border-radius:11px;flex-direction:column;gap:8px;padding:24px;display:flex}.person-card-name{font-family:var(--font-mono);text-transform:uppercase;font-size:18px}.person-card-bio{color:var(--muted-foreground);font-size:15px}
