
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: 
	local('DMSans Regular'), 
	local('DMSans-Regular'), 
	url(DMSans-Regular.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: 
	local('DMSans Medium'), 
	local('DMSans-Medium'), 
	url(DMSans-Medium.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: 
	local('DMSans Bold'), 
	local('DMSans-Bold'), 
	url(DMSans-Bold.ttf)  
	format('truetype');
}