/* =========================================
   4. ТИПОГРАФИКА (typography.css)
========================================= */
.fs8  { font-size: 8px; }
.fs9  { font-size: 9px; }
.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; }

.lh12 { line-height: 1.2; }
.lh15 { line-height: 1.5; }
.lh20 { line-height: 2.0; }

.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; }
.wspw { white-space: pre-wrap; }

/* Усечение текста (троеточие) */
.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; }