@media (prefers-reduced-data:no-preference)
{
	/*Lora*/
	@font-face
	{
		font-family:"Lora";
		src:url('../Fonts/Lora/Lora-VariableFont_wght.ttf') format('truetype supports variations'),
			url('../Fonts/Lora/Lora-VariableFont_wght.ttf') format('truetype-variations');
		font-weight:100 1000;
		font-stretch:50% 200%;
	}
	@font-face
	{
		font-family:"Lora";
		src:url('../Fonts/Lora/Lora-Italic-VariableFont_wght.ttf') format('truetype supports variations'),
			url('../Fonts/Lora/Lora-Italic-VariableFont_wght.ttf') format('truetype-variations');
		font-weight:100 1000;
		font-stretch:50% 200%;
		font-style:italic;
	}

	/*Poppins*/
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-Regular.ttf") format("truetype");
		font-weight:400;
		font-display:swap;
	}
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-Italic.ttf") format("truetype");
		font-weight:400;
		font-style:italic;
		font-display:swap;
	}
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-Medium.ttf") format("truetype");
		font-weight:500;
		font-display:swap;
	}
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
		font-weight:500;
		font-style:italic;
		font-display:swap;
	}
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
		font-weight:600;
		font-display:swap;
	}
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-Bold.ttf") format("truetype");
		font-weight:700;
		font-display:swap;
	}
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
		font-weight:800;
		font-display:swap;
	}
	@font-face
	{
		font-family:Poppins;
		src:url("../Fonts/Poppins/Poppins-Black.ttf") format("truetype");
		font-weight:900;
		font-display:swap;
	}
}