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

.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;
}


.newsletter-wrapper {
    padding: 20px;
    border: 35px solid #ffdc68;
    margin: 0 0 30px;
}

.posts-slider .blurb-title {
    font-family: 'Source Serif 4';
}