@font-face {
  font-family: Primary;
  src: url(/ui/system/font/SourceSansPro-light.otf); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
  font-weight: 400;
}
@font-face {
  font-family: Primary;
  src: url(/ui/system/font/SourceSansPro-Semibold.otf); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
  font-weight: 500;
}

//Apple Safari 26.2 FIX
.items .item .item-photo-content::before{
  content:"";
  display:block;
  width:100%;
  padding-top:100%;
  border-radius: var(--border-radius-lg);

  background-image: var(--item-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}