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

.port-color-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'portcare-color-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;
}

.pc-color-icon-white-logo:before {
  content: "\e902";
  color: #fff;
}
.pc-color-icon-red:before {
  content: "\e903";
  color: #e76879;
}
.pc-color-icon-blue:before {
  content: "\e904";
  color: #85d0cf;
}
.pc-color-icon-gray:before {
  content: "\e905";
  color: #6fa048;
}
.pc-color-icon-green:before {
  content: "\e906";
  color: #6fa048;
}
.pc-color-icon-yellow:before {
  content: "\e907";
  color: #fbae33;
}
