/* BODEN MASTER FONTS CSS */
/** Version 2 - July rebrand 2017 **/

/** 
1) Neutraface No2
2) Austin
3) Mini Qiber
**/


/* Neutraface */
@font-face {
	font-family: 'Neutraface-Text-Light';
	src: url('fonts/Neutra2Text_light-Latin1.woff2') format('woff2'),
		url('fonts/Neutra2Text_light-Latin1.woff') format('woff');
}
@font-face {
	font-family: 'Neutraface-Text-Book';
	src: url('fonts/Neutra2Text_book-Latin1.woff2') format('woff2'),
		url('fonts/Neutra2Text_book-Latin1.woff') format('woff');
}
@font-face {
	font-family: 'Neutraface-Text-Book-Italic';
	src: url('fonts/Neutra2Text_book_italic-Latin1.woff2') format('woff2'),
		url('fonts/Neutra2Text_book_italic-Latin1.woff') format('woff');
}
@font-face {
	font-family: 'Neutraface-Text-Demi';
	src: url('fonts/Neutra2Text_demi-Latin1.woff2') format('woff2'),
		url('fonts/Neutra2Text_demi-Latin1.woff') format('woff');
}
@font-face {
	font-family: 'Neutraface-Text-Demi-Italic';
	src: url('fonts/Neutra2Text_dem_italic-Latin1.woff2') format('woff2'),
		url('fonts/Neutra2Text_dem_italic-Latin1.woff') format('woff');
}
@font-face {
	font-family: 'Neutraface-Text-bold';
	src: url('fonts/Neutra2Text_bold-Latin1.woff2') format('woff2'),
	url('fonts/Neutra2Text_bold-Latin1.woff') format('woff');
}


/* Austin */
@font-face {
	font-family: 'AustinLight';
	src: url('fonts/Austin-Light-Web.woff2') format('woff2'),
	url('fonts/Austin-Light-Web.woff');
}

@font-face {
	font-family: 'AustinLightItalic';
	src: url('fonts/Austin-LightItalic-Web.woff2'),
	url('fonts/Austin-LightItalic-Web.woff');
}

@font-face {
	font-family: 'AustinRoman';
	src: url('fonts/Austin-Roman-Web.woff2'),
	url('fonts/Austin-Roman-Web.woff');
}

@font-face {
	font-family: 'AustinFat';
	src: url('fonts/Austin-Fat-Web.woff2'),
	url('fonts/Austin-Fat-Web.woff');
}


/* Mini Qiber */
@font-face {
  font-family: 'MQ-Regular';
  src: url('fonts/MiniQiber-Regular.woff2') format('woff2'),
  url('fonts/MiniQiber-Regular.woff') format('woff');

}
@font-face {
  font-family: 'MQ-Bold';
  src: url('fonts/MiniQiber-Bold.woff2') format('woff2'),
  url('fonts/MiniQiber-Bold.woff') format('woff');

}