/* ============================================================
   LOAD-BEARING — DO NOT REMOVE OR WEAKEN.
   A third-party plugin/theme hides <body> at runtime via JS.
   The rule below is what keeps the site from going blank.
   Tested and verified live. If you think you need to change
   this, ask first. (See workflow rule #3.)
   ============================================================ */
html body[class] {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-height: 100vh !important;
	position: static !important;
}

/*--------------------------------------------------------------
Well Stewarded Consulting — Global Custom Styles
Applied on all pages (including non-custom Astra pages).
--------------------------------------------------------------*/

/* === Base typography ======================================= */
body {
	font-family: 'Public Sans', ui-sans-serif, system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #2C3E50;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope', ui-sans-serif, system-ui, sans-serif;
}

/* === Global link style for Astra pages ==================== */
a {
	color: #165d7b;
}
a:hover {
	color: #0d3d52;
}

/* === Button overrides for Astra block editor buttons ======= */
.wp-block-button__link,
.wp-element-button {
	background-color: #165d7b;
	color: #ffffff;
	border-radius: 0.75rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}
.wp-block-button__link:hover,
.wp-element-button:hover {
	background-color: #4a8fa8;
	color: #ffffff;
}
