html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {	
	--wp--custom--typography--font-size--huge: clamp(2rem, 4vw, 2.75rem);	
	--wp--custom--typography--font-size--gigantic: clamp(2.25rem, 6vw, 3.25rem);
	--wp--custom--typography--font-size--colossal: clamp(2.5rem, 8vw, 6.25rem);
	--wp--custom--spacing--outer: clamp(1.25rem, 5vw, 80px) !important;
}

.wp-site-blocks > * {
	margin-top: 0;
}

.has-xx-large-font-size {
	font-size: var(--wp--custom--typography--font-size--huge) !important;
}

.has-xxx-large-font-size {
	font-size: var(--wp--custom--typography--font-size--gigantic) !important;
}

.has-xxxx-large-font-size {
	font-size: var(--wp--custom--typography--font-size--colossal) !important;
}

ul,
ol {
	padding-inline-start: 1.2em;
}

.wp-block-columns {
	--wp--style--columns-gap: 2rem;
}

.has-background:is(p,h1,h2,h3,h4,h5,h6) {
	padding: 20px 24px;
}

figure:is(.wp-block-image,.wp-block-embed) figcaption {
	margin-top: 1em;
	font-size: 0.875rem;
}

.wp-block-pullquote {
	font-weight: 700;
	font-size: var(--wp--preset--font-size--large);
	padding: 60px 0;
}

.wp-block-pullquote cite {
	font-size: min(0.8125em,var(--wp--preset--font-size--small));
}

.wp-block-quote cite {
	font-size: min(0.8125em,var(--wp--preset--font-size--medium));
}

blockquote > :first-child {
	margin-top: 0;
}

blockquote > :last-child {
	margin-bottom: 0;
}

.wp-block-separator.has-background {
	opacity: 1;
}

.wp-block-post-template.is-flex-container .wp-block-post-excerpt {
	margin-top: 1.25rem;
}

.wp-block-social-links.has-small-icon-size.is-style-logos-only {
	font-size: 19.2px;
}

.wp-block-query-pagination-numbers .page-numbers {
	padding: 0 6px;
}

.wp-block-post-comments .comment-metadata {
	font-size: .8125em;
	margin-bottom: 1.25rem;
}

.wp-block-post-comments .commentlist .comment p {
	line-height: 1.6;
	margin: 0 0 0.875em;
}

.wp-block-post-comments .reply {
	margin-bottom: 2rem;
}

.comment-awaiting-moderation {
	font-size: 0.875em;
	display: block;
	margin-bottom: 0.875em;
}

.comment-reply-title small {
	display: block;
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

ol.wp-block-latest-comments {
	padding-inline-start: 0;
}

.wp-block-latest-comments__comment-excerpt p {
	line-height: 1.5;
	margin: 0.5em 0 1.5em;
}
