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

[class^="close"], [class*=" close"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'close' !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;
}

.closeclose:before {
  content: "\e900";
}
