@font-face {
    font-family: 'Fixel';
    src: url(/wp-content/themes/media-theme/assets/fonts/FixelText-Regular.woff2);
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

/* для того щоб шрифти коректно відображались на iOS, терба їх підключати саме так */
@font-face {
    font-family: 'Namu';
    src: url(/wp-content/themes/media-theme/assets/fonts/NAMU-Pro.woff2);
    font-weight: 600;
    font-display: swap
}

.post--container p,
.post--container ul li
{
    font-family: 'Fixel' !important;
    font-size: 15.5px !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: #434343 !important;
}

/* відступ між фото в новинах */
.post--container .post__containless {
	margin-bottom: 10px !important;
}

/* не обрізати фото в слайдері */
.image-slider-with-thumbnails .primary-slider .splide__slide {
	max-height: unset !important;
}

.image-slider-with-thumbnails .primary-slider .splide__slide picture {
	height: unset !important;
}

/* added underline for hyperlinks */
.post__content a:not(.repost__card):not(.post-tags__link) {
	text-decoration: underline;
}

.post__content figcaption {
	margin-top: 3px;
	line-height: 1rem !important;
}
