/* ========================================== */
/*    IMPLEMENTANDO KIT WEB FONT OPEN SANS    */
/* ========================================== */
@font-face{
	font-family: 'Laila';
	font-style: normal;
  	font-weight: 200;
	src: url('Laila-Light.ttf') format('truetype');
}
@font-face{
	font-family: 'Laila';
	font-style: normal;
  	font-weight: 300;
	src: url('Laila-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'Laila';
	font-style: normal;
  	font-weight: 400;
	src: url('Laila-Medium.ttf') format('truetype');
}
@font-face{
	font-family: 'Laila';
	font-style: normal;
  	font-weight: 600;
	src: url('Laila-SemiBold.ttf') format('truetype');
}
@font-face{
	font-family: 'Laila';
	font-style: normal;
  	font-weight: 800;
	src: url('Laila-Bold.ttf') format('truetype');
}
