@font-face {
	font-family: 'DM Sans';
	font-weight: 400;
	src: url(../dmsans.ttf) format('TrueType');
}

@font-face {
	font-family: 'DM Sans';
	font-weight: 600;
	src: url(../dmsans-medium.ttf) format('TrueType');
}

@font-face {
	font-family: 'DM Sans';
	font-weight: 900;
	src: url(../dmsans-bold.ttf) format('TrueType');
}