/* lora font */
@font-face {
	font-family: "Lora";
	src: url('Lora-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Lora";
	src: url('Lora-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Lora";
	src: url('Lora-Italic.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Lora";
	src: url('Lora-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}
