/*
Theme Name: Business Cash Advance Relief
Theme URI: https://businesscashadvancerelief.com/
Author: BusinessCashAdvanceRelief.com
Description: Custom block theme for independent MCA and business debt relief editorial content. Design tokens live in theme.json; the component layer is assets/css/site.css plus per-template partials.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcar
Tags: block-theme, full-site-editing
*/

/* This file is the theme header plus the editor-side styles only. All
   front-end component CSS lives in assets/css/site.css and the per-template
   partials beside it; duplicating rules here caused two competing definitions
   of the skip link and sticky bar. Nothing front-end belongs in this file. */

/* Block editor: give the canvas the same page background and body type as the
   front end so authored content is previewed accurately. */
.editor-styles-wrapper {
	background: var(--wp--preset--color--paper);
	color: var(--wp--preset--color--ink-3);
	font-family: var(--wp--preset--font-family--archivo);
	font-weight: 600;
}

.editor-styles-wrapper p {
	font-family: var(--wp--preset--font-family--newsreader);
	font-weight: 400;
	font-size: 19px;
	line-height: 1.72;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3 {
	font-family: var(--wp--preset--font-family--archivo);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	color: var(--wp--preset--color--ink);
}
