@font-face {
  font-family: 'pim-icons';
  src:
    url('fonts/pim-icons.ttf?y6npck') format('truetype'),
    url('fonts/pim-icons.woff?y6npck') format('woff'),
    url('fonts/pim-icons.svg?y6npck#pim-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="pim-icon-"], [class*=" pim-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pim-icons' !important;
  speak: never;
  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;
}

.pim-icon-arrow-down:before {
  content: "\e900";
}
.pim-icon-arrow-left:before {
  content: "\e901";
}
.pim-icon-arrow-right:before {
  content: "\e902";
}
.pim-icon-arrow-up:before {
  content: "\e903";
}
.pim-icon-pin:before {
  content: "\e904";
}
.pim-icon-arrow-down2:before {
  content: "\e905";
}
.pim-icon-arrow-left2:before {
  content: "\e906";
}
.pim-icon-arrow-right2:before {
  content: "\e907";
}
.pim-icon-arrow-up2:before {
  content: "\e908";
}
.pim-icon-arrow-down3:before {
  content: "\e909";
}
.pim-icon-arrow-left3:before {
  content: "\e90a";
}
.pim-icon-arrow-right3:before {
  content: "\e90b";
}
.pim-icon-arrow-up3:before {
  content: "\e90c";
}
.pim-icon-download:before {
  content: "\e90d";
}
.pim-icon-small-arrow-down:before {
  content: "\e90e";
}
.pim-icon-back-arrow:before {
  content: "\e90f";
}
.pim-icon-forward-arrow:before {
  content: "\e910";
}
.pim-icon-thin-arrow-up:before {
  content: "\e911";
}
.pim-icon-thin-arrow-right:before {
  content: "\e912";
}
.pim-icon-thin-arrow-down:before {
  content: "\e913";
}
.pim-icon-thin-arrow-left:before {
  content: "\e914";
}
.pim-icon-caret-down-sm:before {
  content: "\e915";
}
.pim-icon-caret-up-sm:before {
  content: "\e916";
}
.pim-icon-arrow-down4:before {
  content: "\e917";
}
.pim-icon-arrow-up4:before {
  content: "\e918";
}
