/* Theme CSS - Niche-specific colors, fonts, and visual variables */
/* CUSTOMIZE THIS FILE for each new niche */

:root {
	/* iOS-like neutrals - Cash App theme */
	--ink: #0a0a0a; /* Main text color */
	--muted: #6e6e73; /* Secondary/muted text color */
	--bg: #f5f5f7; /* Page background */
	--card: #ffffff; /* Card/panel background */
	--line: #e5e5ea; /* Border/divider color */
	
	/* CTA Colors - Cash App green (adjusted) */
	--ios-blue: #00E639; /* Primary button color - Cash App green (lightened) */
	--ios-blue-dark: #00C532; /* Button hover/dark state (adjusted) */
	
	/* Success/Accent Colors */
	--good: #00D632; /* Success checkmark color - Cash App green */
}

