@font-face {
	font-family: 'lexendregular';
	src: url('lexend-variablefont_wght-webfont.woff2') format('woff2'),
		 url('lexend-variablefont_wght-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lexendregular-thin';
	src: url('Lexend-Thin.woff2') format('woff2'),
		 url('lLexend-Thin.woff') format('woff');
}

@font-face {
	font-family: 'lexendregular-light';
	src: url('Lexend-Light.woff2') format('woff2'),
		 url('lLexend-Light.woff') format('woff');
}

body {
	font-family: 'lexendregular';
}


.lexendregular-thin {
	font-family: 'lexendregular-thin';
	line-height: 25px;
}

.lexendregular-light {
	font-family: 'lexendregular-light';
	line-height: 25px;
}