/*
Theme Name: Soapbox Headless CMS
Theme URI: https://github.com/
Author: Soapbox Headless CMS
Author URI: https://github.com/
Description: Configuration-focused theme for headless WordPress with WPGraphQL and ACF. Minimal front output; enforces recommended plugins via TGMPA and registers ACF options for layout data exposed to GraphQL.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soapbox-headless-cms
Tags: headless, graphql, acf, api, full-site-editing

Soapbox Headless CMS is a companion theme for decoupled frontends. Activate it to manage dependencies, global headless URL settings, and shared header/footer fields for your API consumers.
*/

/*
 * Intentionally minimal. This theme does not ship a public-facing layout.
 * Frontend styling belongs in your headless application.
 */

body.soapbox-headless-cms-fallback {
	margin: 0;
	background: #f6f7f7;
	color: #1d2327;
}

.shc-fallback {
	max-width: 36rem;
	margin: 3rem auto;
	padding: 0 1.5rem;
	font-family: system-ui, sans-serif;
	line-height: 1.5;
}

.shc-fallback p {
	margin: 0 0 1rem;
	font-size: 1rem;
	color: #444;
}

.shc-fallback p:last-child {
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #666;
}
