/*
Theme Name: Valor
Theme URI: https://valorconsulting.example/
Author: Valor Consulting
Author URI: https://valorconsulting.example/
Description: Block theme carrying the Valor design system (navy / mint / paper, Sora / Public Sans / IBM Plex Mono). Presentation only - the 2-minute check funnel and lead capture live in the Valor Azure Funnel plugin, so functionality survives theme changes. Content is built from editable block patterns, not hardcoded.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: valor
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, one-column, business
*/

/* Block themes are styled through theme.json + block markup. This file carries the
   theme header (required) plus a few escape-hatch rules for things theme.json does not
   yet cover. Keep additions here minimal - prefer theme.json. */

.valor-aurora-text {
	background: linear-gradient(90deg, #38B6FF, #2D7FF9 35%, #4FC3F7 70%, #7BC8AE);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* "Punch" offset shadow utility for tiles/cards placed via patterns. */
.valor-punch {
	box-shadow: 6px 6px 0 #7BC8AE;
}
