:root {
  font-family: "Heebo", sans-serif;
  font-family: "IBM Plex Sans Hebrew", sans-serif;
}

.stroke-current-all * {
  stroke: currentColor !important;
}
.stroke-transparent-all * {
  stroke: transparent !important;
}

.fill-current-all * {
  fill: currentColor !important;
}
.fill-transparent-all * {
  fill: transparent !important;
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Project page */

#glide1 .circle {
  fill: var(--brand-color-1);
}
#gallery-modal .circle {
  fill: white;
}
#gallery-modal .arrow {
  fill: var(--brand-color-1);
}
.play-icon .play-path {
  fill: var(--brand-color-2);
}
