<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: 'icon_bn';
  src:
    url('fonts/icon_bn.ttf?abx55d') format('truetype'),
    url('fonts/icon_bn.woff?abx55d') format('woff'),
    url('fonts/icon_bn.svg?abx55d#icon_bn') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-lp-"], [class*=" icon-lp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon_bn' !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-lp-bn-powered_by:before {
  content: "\e962";
}
</pre></body></html>