/*
Theme Name: SFBBO-Block
Theme URI:
Author:
Author URI:
Description:
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sfbbo-block
Tags:
*/

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

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

/* Strip legacy Weebly inline font-size spans — migration artifact; !important overrides inline styles */
.wp-block-post-content h2 span,
.wp-block-post-content h3 span {
	font-size: inherit !important;
}

.wp-block-post-content h2 {
	font-size: 32px;
}

/* Linked headings in content use the site's blue — plain h2s use gold (set in theme.json) */
.wp-block-post-content h2 a,
.wp-block-post-content h3 a {
	color: #6a87b6 !important;
}

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

/* 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;
}
