
@font-face {
    font-family: 'Bayanno';
    src: url('/fonts/Bayanno-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bayanno';
    src: url('/fonts/Bayanno-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.img-placeholder {
	background: url(../icons/placeholder-image.webp) center center no-repeat;
	background-size: cover;
}

.img-overlay:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 90%);
	display: block;
	z-index: 1;
	position: absolute;
	padding-top: 16%;
}
@media (min-width: 1024px) {
	.img-overlay:before {
		background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 50%);
	}

    .is-sticky .logo-li {
        margin-left: 0;
	}
}
.bg-gainsboro {
	background-color: #DFDBE5;
}
.bg-striped-diagonal {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.postview .featuredimage iframe {
	width: 100%;
	height: 100%;
}
.prose a:has(img) {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: .5em;
}
.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-bottom: .5rem;
}