/**
 * IcoMoon subset — header icons (search / share / language / zalo).
 * Match production: skins/default/style/iconmoon/style.css
 *
 * Prefer woff (cached on staging) before ttf (often missing Cache-Control).
 * font-display:swap avoids invisible text during load (Lighthouse).
 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.woff?dnn9f6') format('woff'),
       url('../fonts/icomoon/icomoon.ttf?dnn9f6') format('truetype'),
       url('../fonts/icomoon/icomoon.eot?dnn9f6#iefix') format('embedded-opentype'),
       url('../fonts/icomoon/icomoon.svg?dnn9f6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before { content: "\e901"; }
.icon-shareAll:before { content: "\e902"; }
.icon-web:before { content: "\e903"; }
.icon-zalo1:before { content: "\e904"; }
