@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: 
	local('Poppins Thin'), 
	local('Poppins-Thin'), 
	url(http://sunstellarcompressor.com/assets/fonts/Poppins/Poppins-Thin.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: 
	local('Poppins ExtraLight'), 
	local('Poppins-ExtraLight'), 
	url(http://sunstellarcompressor.com/assets/fonts/Poppins/Poppins-ExtraLight.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: 
	local('Poppins Light'), 
	local('Poppins-Light'), 
	url(http://sunstellarcompressor.com/assets/fonts/Poppins/Poppins-Light.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: 
	local('Poppins Regular'), 
	local('Poppins-Regular'), 
	url(http://sunstellarcompressor.com/assets/fonts/Poppins/Poppins-Regular.ttf)  
	format('truetype');
}

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: 
	local('Poppins SemiBold'), 
	local('Poppins-SemiBold'), 
	url(http://sunstellarcompressor.com/assets/fonts/Poppins/Poppins-SemiBold.ttf)  
	format('truetype');
}

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: 
	local('Poppins ExtraBold'), 
	local('Poppins-ExtraBold'), 
	url(http://sunstellarcompressor.com/assets/fonts/Poppins/Poppins-ExtraBold.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: 
	local('Poppins Black'), 
	local('Poppins-Black'), 
	url(http://sunstellarcompressor.com/assets/fonts/Poppins/Poppins-Black.ttf)  
	format('truetype');
}