/*
Theme Name: BSM Starter
Theme URI: https://bitstreammedia.com.au
Author: Bitstream Media
Author URI: https://bitstreammedia.com.au
Description: Lean, on-brand block theme starter by Bitstream Media — Full Site Editing, BSM design tokens (dark-first blue→cyan, DM Sans + JetBrains Mono) baked into theme.json, and a BSM pattern library so clients can build and manage their own pages in the native editor. No page-builder, no bloat.
Version: 0.2.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: bsm-starter
*/

/* Block themes style almost everything from theme.json. This file carries only
   the few brand utilities the editor doesn't express as block styles. */

.eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-light);
	margin-bottom: 0.5rem;
}

.grad-text {
	background: var(--wp--preset--gradient--heading);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Subtle brand hero glow available as a section class. */
.bsm-hero-bg {
	background:
		radial-gradient(120% 120% at 50% -10%, #0a1426 0%, transparent 55%),
		var(--wp--preset--color--base);
}
