/*
Theme Name: TeamReadiness
Theme URI: https://teamreadiness.ai
Author: teamreadiness.ai
Description: Warm editorial block theme for teamreadiness.ai. Instrument Serif + Inter on clay & cream.
Version: 0.1.0
License: GPL-2.0-or-later
Text Domain: teamreadiness
*/

/* Most styling lives in theme.json. This file is the canonical
   stylesheet handle WordPress requires for a theme, plus a few
   tiny tweaks block-styles can't easily express. */

:root {
	--tr-rule: rgba(34, 32, 29, 0.12);
}

body {
	font-feature-settings: "ss01", "cv11";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* Editorial drop-cap on the first paragraph of single posts */
.single-post .entry-content > p:first-of-type::first-letter {
	font-family: var(--wp--preset--font-family--serif);
	float: left;
	font-size: 4.5rem;
	line-height: 0.9;
	padding: 0.25rem 0.5rem 0 0;
	color: var(--wp--preset--color--clay);
}

/* Warm hairline rules between sections */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	border-color: var(--tr-rule);
	max-width: 100%;
}

/* Eyebrow / kicker utility class — usable on any paragraph */
.is-style-kicker {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wp--preset--color--clay);
}
