﻿.cv-text {
	color: var(--cv-color--base--onSurface);
	font-size: var(--cv-font-size-base);
	line-height: 1.35;
	font-family: var(--cv-font-body-family);
}

.cv-text--align-start {
	display: block;
	text-align: left;
}

.cv-text--align-center {
	display: block;
	text-align: center;
}

.cv-text--align-end {
	display: block;
	text-align: right;
}

.cv-text--weight-base {
	font-weight: var(--cv-font-weight-base);
}

.cv-text--weight-bold {
	font-weight: var(--cv-font-weight-bold);
}

.cv-text--truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}