/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 15 2025 | 17:59:52 */
:root {
    --text-inset: var(--space-m);
    --card-padding: var(--space-l);
    --squeeze-sm: 900px;
    --card-padding: var(--space-s);
	--main-gap: calc(var(--text-inset) * 2);
	--label-gap: 3px;
    --lede-ch: 40ch;
	--card-border: 10px;
}

blockquote {
    border-left-style: solid;
    border-left-width: 4px;
    font-family: 'ivypresto-text';
	font-style: italic;
    font-size: var(--text-l);
	color: var(--primary) !Important;
	font-weight: 400;
    margin: 1.5rem 0;
    padding: 0 0 0 30px;
    position: relative;
}