/* Nav service menu — two iconfont projects merged with distinct font-family names. */

@font-face {
  font-family: 'etd-nav-a';
  src: url('./etd-nav-a.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'etd-nav-b';
  src: url('./etd-nav-b.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.etd-nav-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #9333ea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.etd-nav-ic::before {
  display: block;
  line-height: 1;
}

/* Font A (project 5171102) */
.etd-nav-ic--airfreight::before {
  font-family: 'etd-nav-a' !important;
  content: '\e82c';
}

/* #icon-user-defined — palette / branding */
.etd-nav-ic--palette::before {
  font-family: 'etd-nav-a' !important;
  content: '\e871';
}

/* #icon-order-inspection — clipboard + magnifying glass */
.etd-nav-ic--order-inspection::before {
  font-family: 'etd-nav-a' !important;
  content: '\e834';
}

/* #icon-camera — product photography */
.etd-nav-ic--camera::before {
  font-family: 'etd-nav-a' !important;
  content: '\e84c';
}

/* Font B (project 5171106) */
/* icon-shiligongchang — 实力工厂（多平台集成） */
.etd-nav-ic--factory::before {
  font-family: 'etd-nav-b' !important;
  content: '\e87d';
}

/* #icon-logistics-container — warehousing & logistics */
.etd-nav-ic--container::before {
  font-family: 'etd-nav-b' !important;
  content: '\e82b';
}

/* #icon-logistics-land-transport — track orders / 在途 */
.etd-nav-ic--land-transport::before {
  font-family: 'etd-nav-a' !important;
  content: '\e82e';
}
