
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img,
a:hover img {
	border: none;
}

/* Fluid headings: desktop size, scaling down on small screens */
.wp-block-post-content h2 {
	font-size: clamp(24px, 5vw, 32px);
}

.wp-block-post-content h3 {
	font-size: clamp(18px, 4vw, 20px);
}

/* Stat figures: semantic h3 sub-headings, sized up for visual prominence */
.wp-block-post-content .sfbbo-stat {
	font-size: clamp(24px, 4vw, 30px);
}

/* Linked headings in content use the site's blue — plain h2s use gold (set in theme.json).
   Heading links are not underlined (only inline paragraph links are). */
.wp-block-post-content h2 a,
.wp-block-post-content h3 a {
	color: #6a87b6 !important;
	text-decoration: none;
}

.wp-block-post-content {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #515151;
}

/* Dark / colored full-bleed sections (e.g. the blue Educational Resources band):
   white heading + body text. White outline buttons are handled in buttons.css. */
.sfbbo-section-dark,
.sfbbo-section-dark h1,
.sfbbo-section-dark h2,
.sfbbo-section-dark h3,
.sfbbo-section-dark p {
	color: #ffffff;
}

/* Inline paragraph links */
/* .wp-block-post-content a,
.wp-block-post-content p a,
.entry-content p a,
p a {
	font-weight: 600;
	text-decoration: underline;
	transition: opacity 300ms ease-in-out;
	color: #6a87b6;
} */

/* p a:hover {
	opacity: 0.75;
} */

/* Blockquote opening quote mark */
.wp-block-quote {
	position: relative;
}

.wp-block-quote::before {
	position: absolute;
	content: '\201C';
	top: 0.75em;
	left: 0.5em;
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
}

/* Image captions: centered under the image (font size set in theme.json).
   Core only centers gallery captions, not standalone image captions. */
.wp-element-caption {
	text-align: center;
}
