/*<meta />*/

/* Light */

@font-face 
{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../../../fonts/notosans-light.ttf');
}

@font-face 
{
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 300;
	src: url('../../../fonts/notosans-lightitalic.ttf');
}

/* Regular */

@font-face 
{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../../../fonts/notosans-regular.ttf');
}

@font-face 
{
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../../../fonts/notosans-italic.ttf');
}

/* Semibold */

@font-face 
{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../../../fonts/notosans-semibold.ttf');
}

@font-face 
{
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 600;
	src: url('../../../fonts/notosans-semibolditalic.ttf');
}

/* Bold */

@font-face 
{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../../../fonts/notosans-bold.ttf');
}

@font-face 
{
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../../../fonts/notosans-bolditalic.ttf');
}

/* Black */

@font-face 
{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 800;
	src: url('../../../fonts/notosans-black.ttf');
}

@font-face 
{
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 800;
	src: url('../../../fonts/notosans-blackitalic.ttf');
}

body,
input,
button,
textarea
{
	font-family: "Noto Sans", Arial, sans-serif;
}

@media print
{
	span.mc-variable
	{
		font-family: inherit;
	}

	body,
	input,
	button,
	textarea
	{
		font-family: "Noto Sans", Arial, sans-serif;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	th,
	.uitext,
	.specialbold
	{
		font-family: "Noto Sans SemBd", "Arial Bold", sans-serif;
	}
}

.document-outline > li > ul > li > ul > li > ul > li.has-children > a[href*=void]
{
	font-style: italic;
}

