/* these are all used as pseudo elements for pet parent onboarding */
@font-face {
  font-family: 'icomoon';
  src:  url('../../font/portal/icomoon.eot?nes8we');
  src:  url('../../font/portal/icomoon.eot?nes8we#iefix') format('embedded-opentype'),
    url('../../font/portal/icomoon.ttf?nes8we') format('truetype'),
    url('../../font/portal/icomoon.woff?nes8we') format('woff'),
    url('../../font/portal/icomoon.svg?nes8we#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

ul.portal-onboarding-progress-bar .icon-card:before {
  content: "\e900";
}
ul.portal-onboarding-progress-bar .icon-check:before {
  content: "\e901";
}
ul.portal-onboarding-progress-bar .icon-document-text:before {
  content: "\e902";
}
ul.portal-onboarding-progress-bar .icon-lock:before {
  content: "\e903";
}
ul.portal-onboarding-progress-bar .icon-paw:before {
  content: "\e904";
}
ul.portal-onboarding-progress-bar .icon-person:before {
  content: "\e905";
}
ul.portal-onboarding-progress-bar .icon-home:before {
  content: "\e906";
}