@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: bttf_font;
    src: url('bttf.eot');
    src: local(bttf_font), url('fonts/jennasue.ttf') format('opentype');
}


h1 {
	font-family:bttf_font;
	font-size:50px;
	font-stretch:extra-expanded;
}

h2 {
	font-family:bttf_font;
	font-size:30px;
	
}


h3 {
	font-family:bttf_font;
	font-size:20px;
	font-stretch:extra-expanded;
}