/*
Theme Name: Sagebrush Pest Defense
Template: atlas
Description: Brand child theme for Sagebrush Pest Defense (fictional demo business). Colors and fonts are in theme.json; this file is for the few brand touches theme.json can't express.
Version: 0.1.0
Requires at least: 6.7
Requires PHP: 8.1
License: Proprietary
Text Domain: sagebrush
*/

/* Condensed display face reads best slightly tracked out in caps. */
.atlas-eyebrow {
	letter-spacing: .12em;
}

/* A thin sage rule under section eyebrows gives the brand a "field guide" feel. */
.atlas-eyebrow::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 3px;
	margin-top: .6rem;
	border-radius: 2px;
	background: currentColor;
	opacity: .55;
}

.has-text-align-center.atlas-eyebrow::after {
	margin-inline: auto;
}
