/* Alle */
@import url("all.css");

/* Smartphone */
@import url("mobile.css");

/* Tablet hoch */
@import url("smallscreen.css") (min-width: 768px);

/* Tablet quer */
@import url("midscreen.css") (min-width: 992px);

/* Large Screens */
@import url("largescreen.css") (min-width: 1200px);

/* Extra Large Screens */
@import url("extralargescreen.css") (min-width: 1670px);

/* Super Extra Large Screens */
@import url("superextralargescreen.css") (min-width: 1900px);

/* Fonts */
@font-face {
	font-family: 'camcorderregular';
	src: url('camcorder_reg-webfont.woff2') format('woff2'),
	url('camcorder_reg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'camcorder-udk';
	src: url('camcorder_udk-webfont.woff2') format('woff2'),
	url('camcorder_udk-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'camcorder-inv';
	src: url('camcorder_inv-webfont.woff2') format('woff2'),
	url('camcorder_inv-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}