/*
Theme Name: Cleveland Campaign
Theme URI: https://russellcleveland.org/
Description: Custom Genesis child theme for Russ Cleveland for Congress '26
Author: Celtic Winter
Author URI: https://celticwinter.com
Template: genesis
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: cleveland-campaign
*/

/* ─── CSS Custom Properties ────────────────────────────────────────────────── */

:root {
	--color-dark:    #001126;
	--color-primary: #00214d;
	--color-mid:     #0a2d5e;
	--color-accent:  #b55331;
	--color-light:   #ffffff;
	--color-muted:   rgba(255, 255, 255, 0.65);
	--color-warm:    #f8f4ef;
	--color-warm-dark: #ede8e2;

	--font-display: 'Anton', sans-serif;
	--font-body:    'Inter', sans-serif;

	--section-pad:      120px;
	--section-pad-sm:   70px;
	--max-width:        1100px;
	--max-width-narrow: 780px;

	--radius: 4px;
	--transition: 0.25s ease;
}
