/* typography.css - Typography utilities */
/* 主要タイポグラフィクラス（cal-display, cal-h1〜h4, cal-body等）は tokens.css で定義済み */
/* ここでは追加のユーティリティのみ */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-balance { text-wrap: balance; }
.text-pretty { text-wrap: pretty; }
