/*
Theme Name: SXO Starter
Theme URI: https://wpsxo.com
Author: SXO / RocketOpp LLC
Author URI: https://sxowebsite.com
Description: A neutral, brandable, SXO-optimized block theme — the duplicate-to-ship starting point for any project. Drag-and-drop editable, fast Core Web Vitals, schema + CRM elements baked in.
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
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: sxo-starter
Tags: block-patterns, full-site-editing, blog, business, portfolio, e-commerce
*/

/* Small polish on top of theme.json — kept minimal so the block editor stays the source of truth. */
.sxo-eyebrow{font-family:var(--wp--preset--font-family--mono);font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--wp--preset--color--primary);font-weight:700}
.sxo-card{background:var(--wp--preset--color--base);border:1px solid var(--wp--preset--color--border);border-radius:16px}
.wp-block-navigation a{transition:color .15s ease}
.wp-block-button__link{transition:background .15s ease,transform .15s ease}
.wp-block-button__link:hover{transform:translateY(-1px)}
:where(.wp-block-group.is-style-section){padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)}
a:focus-visible,.wp-block-button__link:focus-visible{outline:2px solid var(--wp--preset--color--primary);outline-offset:3px}
