/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2025 | 07:21:56 */
/*** GLOBAL; Header, link, focus, footer ***/
/* 2025-07-26; switched to boho, these are remaining sustainable web specific styling
/***
GlOBAL; Header
***/
/* Site title decoration */
:is(header,footer) .site-title span {
	color: var(--theme-palette-color-1);
}
/***
GLOBAL Blocksy Post Archive
***/
/* Card Image Size to Medium Thumbnail */
@media (min-width: 690px) {
	[data-archive="default"][data-layout="simple"] article > .ct-media-container {
		--card-media-max-width: 37.5%;
	}
}
[data-prefix="categories"] .entry-card :is(.entry-title, .entry-excerpt) {
	text-wrap: balance;
}
