/*
Theme Name: Startup Nest
Theme URI: https://startup-nest.com/
Author: Startup Nest
Description: Custom WordPress theme for Startup Nest — a venture-building accelerator. Ported from the original PHP site. Pairs with the Startup Nest Core plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: startup-nest
Tags: accelerator, business, custom-menu, custom-logo, translation-ready
*/

:root {
	--sn-primary: #864622;
	--sn-primary-dark: #6e381d;
	--sn-accent: #F38B20;
	--sn-ink: #383331;
	--sn-muted: #555555;
	--sn-bg: #EEEEEE;
	--sn-surface: #FFFFFF;
	--sn-footer: #844521;
	--sn-border: #e9e9e9;
	--sn-radius: 12px;
	--sn-shadow: 0 4px 14px rgba(0, 0, 0, .08);
	--sn-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--sn-font-display: 'El Messiri', 'Inter', sans-serif;
	--sn-container: 1280px;
}
