
/* The Lato 2.0 font family was designed by Łukasz Dziedzic and is licensed unter the SIL Open Font License v1.1. */

/* Lato Regular */

@font-face
{
	font-family: 'Lato';
	src: url('../type/Lato-Regular.eot');
	src: url('../type/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../type/Lato-Regular.woff') format('woff'),
		 url('../type/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Lato Italic */

@font-face
{
	font-family: 'Lato';
	src: url('../type/Lato-Italic.eot');
	src: url('../type/Lato-Italic.eot?#iefix') format('embedded-opentype'),
		 url('../type/Lato-Italic.woff') format('woff'),
		 url('../type/Lato-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

/* Lato Bold */

@font-face
{
	font-family: 'Lato';
	src: url('../type/Lato-Bold.eot');
	src: url('../type/Lato-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../type/Lato-Bold.woff') format('woff'),
		 url('../type/Lato-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* Lato Bold Italic */

@font-face
{
	font-family: 'Lato';
	src: url('../type/Lato-Bold-Italic.eot');
	src: url('../type/Lato-Bold-Italic.eot?#iefix') format('embedded-opentype'),
		 url('../type/Lato-Bold-Italic.woff') format('woff'),
		 url('../type/Lato-Bold-Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}