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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-PENT:hover{
    color: white !important;
  }
  
  .icon-PENT:before {
    content: "\e900";
    font-size: 8rem;
    margin: auto;
  }
  