@charset "utf-8";
/* CSS Document */

@font-face {
		  font-family: "Dell Replica";
		  src: url("../fonts/DellReplica-Regular.ttf") format("truetype");
}

@font-face {
		  font-family: 'DellReplicaTT-Bold';
		  src: url("../fonts/DellReplica-Bold.ttf") format("truetype");
}

@font-face {
			font-family: "Dell Replica TT";
			src: url("../fonts/DellReplica-Regular.ttf") format("truetype");
}

h1 {
	font-family: "Dell Replica";
}

p {
	font-family: "Dell Replica";
}

h3 {
	font-family: "Dell Replica";
}

h4 {
	font-family: "DellReplicaTT-Bold";
}

h5 {
	font-family: "Dell Replica";
}