/* Supplementary theme CSS — keep style.css as source of design tokens. */

.skip-link:focus {
	position: fixed;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 100000;
}

.post-thumbnail {
	margin: 0 0 2rem;
	overflow: hidden;
	border-radius: var(--hahxmia-radius);
}

.post-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.site-footer__widgets {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.widget-title {
	font-family: var(--hahxmia-font-label);
	font-size: 0.7rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--hahxmia-gold);
}

.wp-block-image img,
.entry-content img {
	border-radius: var(--hahxmia-radius);
}
