@font-face {
  font-family: 'personal-account-icons';
  src:  url('../fonts/personal-account-icons.eot?g6ssae');
  src:  url('../fonts/personal-account-icons.eot?g6ssae#iefix') format('embedded-opentype'),
    url('../fonts/personal-account-icons.ttf?g6ssae') format('truetype'),
    url('../fonts/personal-account-icons.woff?g6ssae') format('woff'),
    url('../fonts/personal-account-icons.svg?g6ssae#personal-account-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.pai-profile:before {
  content: "\e909";
  color: #5fbeb0;
}
.pai-orders-trash:before {
  content: "\e90a";
  color: #5fbeb0;
}
.pai-trash:before {
  content: "\e900";
  color: #f15642;
}
.pai-warning:before {
  content: "\e901";
  color: #f15642;
}
.pai-education:before {
  content: "\e902";
  color: #5fbeb0;
}
.pai-loyal:before {
  content: "\e903";
  color: #5fbeb0;
}
.pai-materials:before {
  content: "\e904";
  color: #5fbeb0;
}
.pai-orders:before {
  content: "\e905";
  color: #5fbeb0;
}
.pai-service:before {
  content: "\e906";
  color: #5fbeb0;
}
.pai-settings:before {
  content: "\e907";
  color: #5fbeb0;
}
.pai-signout:before {
  content: "\e908";
  color: #f15642;
}
