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

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

@font-face {
    font-family: jeannie_font;
    src: local(jeannie_font), url('fonts/BellGothicStd-Black.otf') format('opentype');
}

@font-face {
    font-family: euphemia_font;
    src: local(euphemia_font), url('fonts/ProximaNova.otf') format('opentype');
}
@font-face {
    font-family: square_font;
    src: local(square_font), url('fonts/KhmerUI.ttf') format('opentype');
}
@font-face {
    font-family: segmcr_font;
    src: local(segmcr_font), url('fonts/aquazoon.ttf') format('opentype');
}
@font-face {
    font-family: gilligan_font;
    src: local(gilligan_font), url('fonts/benguini.ttf') format('opentype');
}

/*h1 {
	font-family:bttf_font;
	font-size:32px;
	font-stretch:extra-expanded;
}

h2 {
	font-family:jeannie_font;
	font-size:24px;
	font-stretch:extra-expanded;
}
*/


/*p {
    font-family: gilligan_font;
	font-size:18px;
}*/

section {
	width:570px;
}

