@use './var.scss' as *;

@font-face {
  font-family: 'pd-icon';
  src: url('#{$font-path}/iconfont.woff') format('woff'),
    /* chrome, firefox */ url('#{$font-path}/iconfont.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}

[class^='pd-icon-'],
[class*=' pd-icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pd-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pd-icon-customer-service:before {
  content: '\eb2c';
}

.pd-icon-QRcode:before {
  content: '\e65b';
}

.pd-icon-avatar:before {
  content: '\e653';
}

.pd-icon-question:before {
  content: '\e64c';
}

.pd-icon-anglehook:before {
  content: '\e647';
}

.pd-icon-retract:before {
  content: '\e648';
}

.pd-icon-open:before {
  content: '\e649';
}

.pd-icon-reduction:before {
  content: '\e64a';
}

.pd-icon-fullscreen:before {
  content: '\e64b';
}
