/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * mvt-architectes.ch
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 */

@font-face {
	font-family: 'Jungka';
	src: url('fonts/Jungka-Regular.eot');
	src: url('fonts/Jungka-Regular.eot?#iefix') format('embedded-opentype'),
			url("fonts/Jungka-Regular.otf") format("opentype"),
		 url('fonts/Jungka-Regular.woff') format('woff'),
		 url('fonts/Jungka-Regular.woff2') format('woff2');
		 

	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Jungka';
	src: url('fonts/Jungka-Medium.eot');
	src: url('fonts/Jungka-Medium.eot?#iefix') format('embedded-opentype'),
		url("fonts/Jungka-Medium.otf") format("opentype"),
		 url('fonts/Jungka-Medium.woff') format('woff'),
		 url('fonts/Jungka-Medium.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
