/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
html {
  scroll-behavior: auto;
}

.pointer {
  cursor: pointer !important;
}

.c-hero__cta a:first-child {
  margin-right: 4px;
}

.e-tag--hash:before {
  content: '#';
}

.e-tag--pharm-employee:before {
  background-color: mediumpurple;
  display: inline-flex;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin-right: 4px;
}

.e-tag--other:before {
  background-color: gray;
  display: inline-flex;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin-right: 4px;
}


/*# sourceMappingURL=styles.css.map*/