/* Title */

.title {
	font-family: 'Univers LT Std';
	font-weight: 900;
	letter-spacing: var(--title-letter-spacing);
	text-transform: uppercase;

}

.title--s {
	font-size: max(26px, 2rem);
	line-height: 1;
}
	
.title--xs {
	font-size: max(20px, 1.5rem);
	line-height: 1;
}

.title--logo {
	font-size: 1.625rem;
	line-height: 1;
}

@media (max-width: 980px) {
	
	.title--s {
		font-size: 1.75rem;
		line-height: 1;
	}
	
	.title--xs {
		font-size: 1.25rem;
		line-height: 1;
	}
	
	.title--logo {
		font-size: 1rem;
		line-height: 1;
	}
	
}
	

/* Body */


.text--l {
	font-size: max(14px, 1rem);
	line-height: 1.25;
}

.text--m {
	font-size: max(10px, 0.75rem);
	line-height: 1.3334;
}

.text--s {
	font-size: max(8px, 0.625rem);
	line-height: 1.3334;
}
	

.doto {
	font-family: 'Doto';
	font-weight: 100;
	line-height: 1;
}
