/****************************
-- Fonts --
****************************/
/* Netgear Icons */
@font-face {
	font-family: 'ngicons';
	src:url('fonts/ngicons.eot?7okfln');
	src:url('fonts/ngicons.eot?#iefix7okfln') format('embedded-opentype'),
		url('fonts/ngicons.ttf?7okfln') format('truetype'),
		url('fonts/ngicons.woff?7okfln') format('woff'),
		url('fonts/ngicons.svg?7okfln#ngicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont?#iefix') format('embedded-opentype'),
       url('fonts/fontawesome-webfont.woff') format('woff'),
       url('fonts/fontawesome-webfont.ttf') format('truetype'),
       url('fonts/fontawesome-webfont.svg#fontawesome') format('svg');
  font-weight: 400;
  font-style: normal;
}
