<style type="text/css">
@font-face {
    font-family: "audrey";
    src: url(fonts/Audrey-Normal.otf);
}

p.customfont { 
    font-family: "audrey";
	font-size: 50px;
	color: #000000;
	line-height: 1;
	text-align: center;
	
}

p.customfont1 { 
    font-family: "audrey";
	font-size: 25px;
	color: #4b4b4b;
	line-height: 1;
	text-align: center;
	
}

p.customfont2 { 
    font-family: "audrey";
	font-size: 20px;
	color: #4b4b4b;
	line-height: 1;
	text-align: center;
	
}


