/* Web Fonts */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
         url('../fonts/MontserratLight.woff2') format('woff2'),
         url('../fonts/MontserratLight.woff') format('woff'),
         url('../fonts/MontserratLight.ttf') format('truetype'),
         url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
	font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'universbold';
    src: url('../fonts/universbold.eot');
    src: url('../fonts/universbold.eot') format('embedded-opentype'),
         url('../fonts/universbold.woff2') format('woff2'),
         url('../fonts/universbold.woff') format('woff'),
         url('../fonts/universbold.ttf') format('truetype'),
         url('../fonts/universbold.svg#universbold') format('svg');
}

@font-face {
    font-family: 'Candy Texture';
    src: url('../fonts/candy_texture-webfont.woff2') format('woff2'),
         url('../fonts/candy_texture-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}







