
body
{
	font-family:'normal';
	text-align: justify;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


b, h1, h2, h3
{
	font-family:'bold';
}

i
{
	font-family:'italic';
}

@font-face
{
    font-family: 'normal';
    src: url('montserrat/light.woff2')  format('woff2');
}

@font-face
{
    font-family: 'bold';
    src: url('montserrat/regular.woff2')  format('woff2');
}

@font-face
{
    font-family: 'italic';
    src: url('montserrat/lightitalic.woff2')  format('woff2');
}

@font-face
{
    font-family: 'schwabacher';
    src: url('schwabacher/schwabacher.woff2')  format('woff2');
}

