@font-face {
  font-family: 'pticons';
  src: url('../fonts/pticons.woff?ci6x92') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

/* Slider navigation arrows - same as Cartow theme */
/* Target all possible selectors to ensure icons show */
.pt-slider-navigation .pt-swiper-button-prev::before,
.pt-slider-navigation .pt-swiper-button-next::before,
.pt-swiper-arrows .pt-swiper-button-prev::before,
.pt-swiper-arrows .pt-swiper-button-next::before,
.pt-swiper-button-prev::before,
.pt-swiper-button-next::before {
  font-family: 'pticons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: block !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pt-slider-navigation .pt-swiper-button-prev::before,
.pt-swiper-arrows .pt-swiper-button-prev::before,
.pt-swiper-button-prev::before {
  content: "\e941" !important; /* pticon-arrow-left-2 */
}

.pt-slider-navigation .pt-swiper-button-next::before,
.pt-swiper-arrows .pt-swiper-button-next::before,
.pt-swiper-button-next::before {
  content: "\e940" !important; /* pticon-arrow-right-2 */
}

