/*
Theme Name: Front Range
Theme URI: https://frontrangeintel.com
Description: Front Range Intelligence brand theme — a child of Twenty Twenty-Five carrying the dark, monospaced "built at altitude" design as block patterns and theme.json tokens.
Author: Front Range Intelligence
Template: twentytwentyfive
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frontrange
*/

/* Front Range brand layer — dark "built at altitude" design tokens. */

body {
	background-color: #050505;
}

.fr-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 0.6875rem;
	color: rgba(244, 241, 238, 0.56);
}

.fr-dim {
	color: rgba(244, 241, 238, 0.56);
}

.fr-section {
	border-top: 1px solid rgba(244, 241, 238, 0.14);
}

.fr-card {
	background: #101010;
	border: 1px solid rgba(244, 241, 238, 0.14);
	border-radius: 16px;
	padding: 1.5rem;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(244, 241, 238, 0.3);
	color: #f4f1ee;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #ff7a2f;
	color: #ff7a2f;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}
