:root{--rc-typography-color: var(--rc-text-color);--rc-typography-link-color: var(--rc-primary-color);--rc-typography-font-size: var(--rc-font-size-md);--rc-typography-line-height: var(--rc-line-height-md);--rc-typography-primary-color: var(--rc-primary-color);--rc-typography-danger-color: var(--rc-danger-color);--rc-typography-success-color: var(--rc-success-color);--rc-typography-secondary-color: var(--rc-gray-6);--rc-typography-warning-color: var(--rc-warning-color);--rc-typography-disabled-color: var(--rc-gray-5);--rc-typography-light-color: var(--rc-white-color)}.rc-typography{color:var(--rc-typography-color);word-wrap:break-word}.rc-typography--xs{font-size:calc(.8 * var(--rc-typography-font-size));line-height:calc(.8 * var(--rc-typography-line-height))}.rc-typography--sm{font-size:calc(.9 * var(--rc-typography-font-size));line-height:calc(.9 * var(--rc-typography-line-height))}.rc-typography--md,.rc-typography--5{font-size:var(--rc-typography-font-size);line-height:var(--rc-typography-line-height)}.rc-typography--lg,.rc-typography--l4{font-size:calc(1.2 * var(--rc-typography-font-size));line-height:calc(1.2 * var(--rc-typography-line-height))}.rc-typography--xl,.rc-typography--l3{font-size:calc(1.4 * var(--rc-typography-font-size));line-height:calc(1.4 * var(--rc-typography-line-height))}.rc-typography--xxl,.rc-typography--l2{font-size:calc(1.6 * var(--rc-typography-font-size));line-height:calc(1.6 * var(--rc-typography-line-height))}.rc-typography--primary{color:var(--rc-typography-primary-color)}.rc-typography--danger{color:var(--rc-typography-danger-color)}.rc-typography--success{color:var(--rc-typography-success-color)}.rc-typography--secondary{color:var(--rc-typography-secondary-color)}.rc-typography--light{color:var(--rc-typography-light-color)}.rc-typography--warning{color:var(--rc-typography-warning-color)}.rc-typography--disabled{color:var(--rc-typography-disabled-color);cursor:not-allowed}.rc-typography--underline{text-decoration:underline}.rc-typography--delete{text-decoration:line-through}.rc-typography--text{display:inline-block}.rc-typography--text.rc-ellipsis{display:block}.rc-typography--title{font-weight:700}.rc-typography--l1{margin-bottom:25px;font-size:calc(2 * var(--rc-typography-font-size));line-height:calc(2 * var(--rc-typography-line-height))}.rc-typography--l2{margin-bottom:20px}.rc-typography--l3{margin-bottom:15px}.rc-typography--l4{margin-bottom:10px}.rc-typography--l5{margin-bottom:6px}.rc-typography--link{color:var(--rc-typography-link-color);cursor:pointer}.rc-typography--center{text-align:center}.rc-typography--strong{font-weight:700}
