/*
Theme Name: OBS
Theme URI: https://obs-website.aprendio.ai
Description: Optometric Billing Solutions — a block theme built on Twenty Twenty-Five. Design lives in theme.json; layout lives in templates/, parts/ and patterns/. Edit those, not CSS.
Author: Aprendio
Version: 0.1.0
Template: twentytwentyfive
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: obs
*/

/* Deliberately near-empty. Prefer theme.json for design tokens and block styles.
   Only put here what theme.json genuinely cannot express. */

/* Ascending-bands motif lifted from the OBS logo, used as a section divider. */
.obs-bands {
	display: block;
	width: 100%;
	height: 8px;
	background: linear-gradient(
		90deg,
		var(--wp--preset--color--primary) 0 25%,
		var(--wp--preset--color--navy) 25% 50%,
		var(--wp--preset--color--slate) 50% 75%,
		var(--wp--preset--color--mist) 75% 100%
	);
}

/* Caps a text block to a comfortable reading measure while keeping it flush
   with the left edge of the wide container it sits in. */
.obs-measure {
	max-width: 40rem;
}
