/* ==========================================================================
   Shared design tokens — Hello Elementor Child
   Used by both the single post template (single.php) and the
   blog/archive card grid templates (archive.php, home.php, index.php)
   ========================================================================== */

:root {
	--spst-max-width: 1200px;
	--spst-gap: 48px;
	--spst-main-width: 70%;
	--spst-sidebar-width: 30%;
	--spst-accent: #6C5CE7;
	--spst-text: #1e1e26;
	--spst-text-muted: #6b7280;
	--spst-border: #e8e8ee;
	--spst-bg-soft: #f7f7fb;
	--spst-radius: 14px;
}
