.typography-collections{display:grid;grid-template-columns:1fr;gap:12px}
.typography-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px;padding:18px;width:100%;min-height:150px;background:transparent;border:1px solid #d5d5d0;border-radius:0}
.typography-card[aria-pressed=true]{border:2px solid #9e3158;padding:17px;background:#fbf4f6}
.typography-card .type-specimen{font-size:30px;line-height:1.25;font-weight:400;overflow-wrap:anywhere}
.typography-card .hint{margin:0}
.typography-card:focus-visible{outline:2px solid #222;outline-offset:3px}
