/**
 * TT Stardance Frame - Shared Base Styles
 *
 * Global CSS variables and tokens used by all plugin widgets and templates.
 *
 * @package TT_Stardance_Frame
 */

:root {
	--ttsd-navy: #1a2a4a;
	--ttsd-gold: #c9a96e;
	--ttsd-light-bg: #f5f5f5;
	--ttsd-white: #ffffff;
}
