@font-face
{
	font-family: "Heading";
	src: url('polices/Montserrat/Montserrat-Black.ttf');
	font-weight: 1000;
}

@font-face
{
	font-family: "Heading";
	src: url('polices/Montserrat/Montserrat-ExtraBold.ttf');
	font-weight: 900;
}

@font-face
{
	font-family: "Heading";
	src: url('polices/Montserrat/Montserrat-Bold.ttf');
	font-weight: 800;
}

@font-face
{
	font-family: "Heading";
	src: url('polices/Montserrat/Montserrat-SemiBold.ttf');
	font-weight: 700;
}

@font-face
{
	font-family: "Heading";
	src: url('polices/Montserrat/Montserrat-Medium.ttf');
	font-weight: 600;
}

@font-face
{
	font-family: "Heading";
	src: url('polices/Montserrat/Montserrat-Regular.ttf');
	font-weight: 500;
}

@font-face
{
	font-family: "Body";
	src: url('polices/Poppins/Poppins-Black.ttf');
	font-weight: 900;
}

@font-face
{
	font-family: "Body";
	src: url('polices/Poppins/Poppins-ExtraBold.ttf');
	font-weight: 800;
}

@font-face
{
	font-family: "Body";
	src: url('polices/Poppins/Poppins-SemiBold.ttf');
	font-weight: 600;
}

@font-face
{
	font-family: "Body";
	src: url('polices/Poppins/Poppins-Bold.ttf');
	font-weight: bold;
}

@font-face
{
	font-family: "Body";
	src: url('polices/Poppins/Poppins-Light.ttf');
	font-weight: normal;
}