<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'ico';
  src:  url('fonts/ico.eot?3zcbd9');
  src:  url('fonts/ico.eot?3zcbd9#iefix') format('embedded-opentype'),
    url('fonts/ico.ttf?3zcbd9') format('truetype'),
    url('fonts/ico.woff?3zcbd9') format('woff'),
    url('fonts/ico.svg?3zcbd9#ico') 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: 'ico' !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-shop:before {
  content: "\e900";
  color: #4b4b4b;
}
.icon-area:before {
  content: "\e901";
  color: #4a4b4b;
}
.icon-map:before {
  content: "\e902";
  color: #4b4b4b;
}</pre></body></html>