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

@font-face {
  font-family: 'lemon_milkregular';
  src: url('../fonts/lemonmilk-regular-webfont.woff2) format('woff2'),
	  url('../fonts/lemonmilk-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
    }

h1,h2,h3,h4,h5,h6,a {font-family: 'lemon_milkregular', Verdana;}