/* TODO: Remove references to .pde-font
   This is currently here as a hotfix to unblock PDE-2500
   while we figure out a way to get global sass vars to work in PDE UI
   we want them to only be pulled in once and work in IE11
*/

@font-face {
  font-family: "pde-icon-font";
  src: url("./pde-icon-font.eot?20202808");
  src: url("./pde-icon-font.eot?20202808#iefix") format("embedded-opentype"),
    url("./pde-icon-font.woff?20202808") format("woff"),
    url("./pde-icon-font.ttf?20202808") format("truetype"),
    url("./pde-icon-font.svg?20202808#pde-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  --chg-iconFont: "pde-icon-font";
}

.chg-icon::before {
  font-family: "pde-icon-font";

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  text-align: center;
  text-decoration: inherit;
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.icon-404-page-tools-54x54::before {
  content: '\e800';
}

/* '' */
.icon-accordion-minus-10x10::before {
  content: '\e801';
}

/* '' */
.icon-accordion-plus-10x10::before {
  content: '\e802';
}

/* '' */
.icon-info-pane-button-arrow-8x12::before {
  content: '\e803';
}

/* '' */
.icon-info-pane-button-arrow-left-8x12::before {
  content: '\e804';
}
