@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?nkvguc');
  src:  url('icomoon.eot?nkvguc#iefix') format('embedded-opentype'),
    url('icomoon.ttf?nkvguc') format('truetype'),
    url('icomoon.woff?nkvguc') format('woff'),
    url('icomoon.svg?nkvguc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}





@font-face {
  font-family: 'Palatino Linotype';
  src: url('PalatinoLinotype-Roman.eot');
  src: url('PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),
      url('PalatinoLinotype-Roman.woff2') format('woff2'),
      url('PalatinoLinotype-Roman.woff') format('woff'),
      url('PalatinoLinotype-Roman.ttf') format('truetype'),
      url('PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palatino';
  src: url('Palatino.eot');
  src: url('Palatino.eot?#iefix') format('embedded-opentype'),
      url('Palatino.woff2') format('woff2'),
      url('Palatino.woff') format('woff'),
      url('Palatino.ttf') format('truetype'),
      url('Palatino.svg#Palatino') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-key:before {
  content: "\e900";
  color: #999;
}
.icon-icon-input:before {
  content: "\e901";
  color: #999;
}
