/*
Theme Name: Fairfield Rifle Club
Theme URI: https://fairfieldrifle.club
Author: Fairfield Rifle Club
Author URI: https://fairfieldrifle.club
Description: Block theme for Fairfield Rifle Club Inc. Carries the club's brand — navy #263550 with aqua and blue secondaries, self-hosted Montserrat — and a footer with the club's own details rather than a theme credit. Self-contained, so no default theme needs to stay installed.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frc-theme
Tags: block-theme, one-column, custom-colors, custom-menu, accessibility-ready
*/

/*
 * Block themes take their styling from theme.json. Only rules that theme.json
 * cannot express belong here.
 */

/* The front page opens on a full-bleed hero, so it must sit flush under the
   header rather than inheriting the usual first-block spacing. */
.home .wp-site-blocks > main > .frc-hero:first-child {
	margin-block-start: 0;
}

/* Keep long words in headings from overflowing narrow screens. */
h1, h2, h3 {
	overflow-wrap: break-word;
}

/*
 * Vertical rhythm. A heading belongs to what follows it, so it needs clearly
 * more space above than below — otherwise it reads as attached to the
 * paragraph it comes after. The block editor's uniform gap cannot express
 * that, so it is set here.
 */
.wp-site-blocks h2,
.wp-site-blocks h3,
.wp-site-blocks h4 {
	margin-block-start: 1.5em;
	margin-block-end: 0.5em;
}

.wp-site-blocks h2:first-child,
.wp-site-blocks h3:first-child,
.wp-site-blocks h4:first-child {
	margin-block-start: 0;
}

.wp-site-blocks p,
.wp-site-blocks ul,
.wp-site-blocks ol {
	margin-block-start: 0;
	margin-block-end: 1.15em;
}

/* The page title is a title, not a hero. */
.wp-site-blocks > main > .wp-block-post-title,
.wp-site-blocks main > .wp-block-post-title {
	font-size: clamp(2rem, 3.4vw, 2.9rem);
	margin-block-end: 0.8em;
}
