/*
Theme Name: performance
Description: Performance icons
*/
@font-face {
  font-family: 'performance-icons';
  src:  url('../media/icons/performance-icons/performance-icons.ttf?1t8czy') format('truetype'),
    url('../media/icons/performance-icons/performance-icons.woff?1t8czy') format('woff'),
    url('../media/icons/performance-icons/performance-icons.svg?1t8czy#performance-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.p-icon:before {
  font-family: 'performance-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-icon:before {
    display: inline-block;
    font-size: 36px;
}
span.p-icon {
    display: inline-block;
    position: relative;
}

.i-arrow-down:before,
.i-arrow-bottom:before {
  content: "\e900";
}
.i-arrow-left:before {
  content: "\e901";
}
.i-arrow-right:before {
  content: "\e902";
}
.i-arrow-up:before,
.i-arrow-top:before {
  content: "\e903";
}
.i-minus:before {
  content: "\e904";
}
.i-plus:before {
  content: "\e905";
}
.i-donut:before {
  content: "\e906";
}
.i-gear:before {
  content: "\e907";
}
.i-ok:before {
  content: "\e908";
}
.i-marker-place:before {
  content: "\e90b";
}
.i-search:before {
  content: "\e90c";
}
.i-code:before {
  content: "\e90a";
}
.i-chevron-down:before {
  content: "\e90d";
}
.i-chevron-left:before {
  content: "\e90e";
}
.i-chevron-right:before {
  content: "\e909";
}
.i-chevron-up:before {
  content: "\e90f";
}
.i-layout-banners:before {
  content: "\e910";
}
