/* =========================================
   4. ТИПОГРАФИКА (typography.css)
========================================= */
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px; }
.fs30 { font-size: 30px; }

.b { font-weight: bold; }
.fwl { font-weight: lighter; }

.tac { text-align: center; }
.tar { text-align: right; }
.tal { text-align: left; }

.nw { white-space: nowrap; }
.wbba { word-break: break-all; }
.wbbw { word-break: break-word; }

/* Усечение текста (троеточие) */
.toe { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.oneline { overflow: hidden; white-space: nowrap; position: absolute; left: 0; right: 0; text-overflow: ellipsis; }

.ttu { text-transform: uppercase; }
.ffm { font-family: monospace; }