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