.typography{font-family:var(--typography-family),serif;font-size:var(--typography-size);line-height:var(--typography-line-height);font-weight:var(--typography-weight);color:var(--typography-color)}.typography.-truncated{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.typography[data-variant=headline]{--typography-family:var(--typography-headline-font-family);--typography-weight:var(--typography-headline-font-weight);--typography-line-height:var(--typography-headline-line-height)}.typography[data-variant=label]{--typography-family:var(--typography-label-font-family);--typography-weight:var(--typography-label-font-weight);--typography-line-height:var(--typography-label-line-height)}.typography[data-variant=body]{--typography-family:var(--typography-body-font-family);--typography-weight:var(--typography-body-font-weight);--typography-line-height:var(--typography-body-line-height)}.typography[data-variant=button]{--typography-family:var(--typography-button-font-family);--typography-weight:var(--typography-button-font-weight);--typography-line-height:var(--typography-button-line-height)}.typography[data-variant=headline][data-size=L]{--typography-size:var(--typography-headline-l-font-size)}.typography[data-variant=headline][data-size=M]{--typography-size:var(--typography-headline-m-font-size)}.typography[data-variant=headline][data-size=S]{--typography-size:var(--typography-headline-s-font-size)}.typography[data-variant=label][data-size=L]{--typography-size:var(--typography-label-l-font-size)}.typography[data-variant=label][data-size=M]{--typography-size:var(--typography-label-m-font-size)}.typography[data-variant=label][data-size=S]{--typography-size:var(--typography-label-s-font-size)}.typography[data-variant=body][data-size=L]{--typography-size:var(--typography-body-l-font-size)}.typography[data-variant=body][data-size=M]{--typography-size:var(--typography-body-m-font-size)}.typography[data-variant=body][data-size=S]{--typography-size:var(--typography-body-s-font-size)}.typography[data-variant=button][data-size=L]{--typography-size:var(--typography-button-l-font-size)}.typography[data-variant=button][data-size=M]{--typography-size:var(--typography-button-m-font-size)}.typography[data-variant=button][data-size=S]{--typography-size:var(--typography-button-s-font-size)}.typography[data-color=contrast-1]{--typography-color:var(--text-primary)}.typography[data-color=contrast-2]{--typography-color:var(--text-secondary)}.typography[data-color=contrast-3]{--typography-color:var(--text-muted)}.typography[data-color=contrast-4]{--typography-color:var(--text-disabled)}.typography[data-color=primary]{--typography-color:var(--primary-default)}.typography[data-color=secondary]{--typography-color:var(--secondary-default)}.typography[data-color=success]{--typography-color:var(--success-default)}.typography[data-color=info]{--typography-color:var(--info-default)}.typography[data-color=warning]{--typography-color:var(--warning-default)}.typography[data-color=error]{--typography-color:var(--error-default)}