@font-face {
  font-family: 'Mutka';
  src: url('fonts/Mutka-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Mutka';
  src: url('fonts/Mutka-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Mutka';
  src: url('fonts/Mutka-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mutka';
  src: url('fonts/Mutka-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mutka';
  src: url('fonts/Mutka-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Mutka';
  src: url('fonts/Mutka-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Mutka';
  src: url('fonts/Mutka-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* .category-slider-wrapper .posts-slider::before {
  content: '';
  position: absolute;
  background-color: #fed3a6 !important;
  width: 70%;
  height: 115%;
  margin-top: -25px;
  left: 15%;
} */

.custom-blocks-generic *{
  font-family: 'Mutka', 'Mukta';
  font-weight: 400;
}

.article-category, .cat-slider-title{
  font-weight: 600;
}

.cat-slider-title{
  font-family: 'Source Serif 4';
  font-size: 18px;
}

.article-title{
  font-family: 'Source Serif 4';
  font-weight: 600;
}

.small-articles .article-title {
  font-size: 1rem;
  line-height: calc(1ex/0.4);
}

.time-circle, .text-inform{
  font-family: 'Source Serif 4' !important;
  font-weight: 600 !important;
}

.horoskop-label{
  font-family: 'Source Serif 4' !important;
  font-weight: 600 !important;
}

.article-category a {
  color: #f08083;
}