.root{font-size:var(--van-text-font-size)}.root[size=small]{font-size:var(--text-font-size-small)}.root[size=normal]{font-size:var(--van-text-font-size)}.root[size=large]{font-size:var(--van-text-font-size-large)}.root[size=huge]{font-size:var(--van-text-font-size-huge)}.root[weight=normal]{font-weight:400}.root[weight=bold]{font-weight:700}.root[color=primary]{color:var(--van-text-color-primary)}.root[color=secondary]{color:var(--van-text-color-secondary)}.root[color=success]{color:var(--van-text-color-success)}.root[color=warning]{color:var(--van-text-color-warning)}.root[color=error]{color:var(--van-text-color-error)}.root[color=disabled]{color:var(--van-text-color-disabled)}.root[overflow=ellipsis],.root[wrap=ellipsis]{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.root[overflow=break],.root[wrap=break]{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.root[overflow=nowrap],.root[wrap=nowrap]{white-space:nowrap}.root[display=block]{display:block}