@font-face {
    font-family:"AmericanaRegular";
    src: url("/theme/fonts/americanatest.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: 'Cookie';
	font-style: normal;
	font-weight: normal;
	src:
		local('Cookie-Regular'),
		/* from http://fonts.gstatic.com/s/cookie/v7/AvlbhNBtDFTvYLPYKo-Lmg.eot */
		url('/theme/fonts/Cookie.eot?#iefix') format('embedded-opentype'),
		/* from http://fonts.gstatic.com/s/cookie/v7/Tvkve1y-JrkMx2S9u2OW1g.woff */
		url('/theme/fonts/Cookie.woff') format('woff'),
		/* from http://fonts.gstatic.com/s/cookie/v7/crMuSvy3krjox1JAKfe7Ew.woff2 */
		url('/theme/fonts/Cookie.woff2') format('woff2'),
		/* from http://fonts.gstatic.com/l/font?kit=rlu5FEepl9muxv12LnwLGQ&skey=94aef82ff911a990#Cookie */
		url('/theme/fonts/Cookie.svg#Cookie') format('svg'),
		/* from http://fonts.gstatic.com/s/cookie/v7/pKcurCxn_Ato3MXK6jF2CA.ttf */
		url('Cookie.ttf') format('truetype');
}
