/*
 * Fallback CSS custom properties. Real values are injected inline by
 * inc/customizer.php::smc_customizer_css_vars() with higher specificity
 * (a later <style> block), so these only apply before that inline block
 * loads or if a value is ever missing.
 */
:root {
	--sm-primary: #080808;
	--sm-secondary: #151515;
	--sm-accent: #b4975a;
	--sm-bg: #f5f2ec;
	--sm-bg-dark: #080808;
	--sm-bg-light: #ffffff;
	--sm-text: #151515;
	--sm-text-muted: #6b675f;
	--sm-border: #e9e6df;
	--sm-button: #b4975a;
	--sm-font-heading: 'Playfair Display', serif;
	--sm-font-body: 'Inter', sans-serif;
	--sm-font-size-base: 17px;
	--sm-letter-spacing-eyebrow: 2px;
	--sm-container: 1280px;
	--sm-radius: 4px;
	--sm-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	--sm-hero-overlay: 0.55;

	--sm-text-on-dark: #f5f2ec;
	--sm-text-muted-on-dark: rgba(245, 242, 236, 0.65);
	--sm-border-on-dark: rgba(245, 242, 236, 0.14);
}
