@font-face {
    font-family: 'amo-team-admin-icons';
    src: url('../../fonts/amo-team-admin-icons.eot?48897822');
    src: url('../../fonts/amo-team-admin-icons.eot?48897822#iefix') format('embedded-opentype'),
    url('../../fonts/amo-team-admin-icons.woff2?48897822') format('woff2'),
    url('../../fonts/amo-team-admin-icons.woff?48897822') format('woff'),
    url('../../fonts/amo-team-admin-icons.ttf?48897822') format('truetype'),
    url('../../fonts/amo-team-admin-icons.svg?48897822#amo-team-admin-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
// ../../fonts

 [class^="@{p}icon-"]:before, [class*=" @{p}icon-"]:before {
  font-family: "amo-team-admin-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}


.@{p}icon-settings:before { content: '\e800'; } /* '' */
.@{p}icon-layout-width-default-alt:before { content: '\e801'; } /* '' */
.@{p}icon-angle-down-1:before { content: '\e802'; } /* '' */
.@{p}icon-layout-accordion-separated:before { content: '\e803'; } /* '' */
.@{p}icon-angle-up:before { content: '\e804'; } /* '' */
.@{p}icon-close:before { content: '\e805'; } /* '' */
.@{p}icon-plus:before { content: '\e806'; } /* '' */
.@{p}icon-image:before { content: '\e807'; } /* '' */
.@{p}icon-help:before { content: '\e808'; } /* '' */
.@{p}icon-layout-grid2:before { content: '\e809'; } /* '' */
.@{p}icon-shortcode:before { content: '\e80a'; } /* '' */
.@{p}icon-panel:before { content: '\e80b'; } /* '' */
.@{p}icon-doc-text:before { content: '\f0f6'; } /* '' */
.@{p}icon-graduation-cap:before { content: '\f19d'; } /* '' */


/* certain icons position fix */
.@{p}icon-margin-fix {
    &:before {
        margin-left: 0;
    }
}




