.u-fontSecondary {
	font-family: var(--font-secondary);
	font-weight: 400;
	text-transform: none;
}

.u-fw700 {
	font-weight: 700;
}

.u-border {
	border: var(--border);
}

.u-bgWhite {
	background-color: var(--color-white);
}