body.user-anonymous * {
  font-family: "Suisse Int'l";
}

/* to fix !!! */
.text-primary {
  color: #1f66da !important;
}

/* category icon in card news */
.image-event-inner-container .event-category-label,
.news-container-metadata h6,
.card.card-event .type-category a,
body .category-label {
  color: #1f66da;
  position: relative;
  padding-left: 23px;
}

.image-event-inner-container .event-category-label,
.news-container-metadata h6,
.card.card-event .type-category a,
body .category-label {
  &:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../../images/icons/icon-category.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.image-event-inner-container .event-category-label:after,
body main .card-event .type-category a:after {
  background-image: url(../../images/icons/icon-category-events.svg) !important;
}

/* figcaption */
figcaption {
  color: #737373;
}

/* custom ul bullet */
main .pt-page__body ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin: 0.4rem 0;
}

main .pt-page__body ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../../../pt_base/images/icons/icon-ol-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
