/*
Theme Name: Astro Shop ID
Theme URI: https://astroo.biz.id/
Description: Mobile-first digital storefront child theme for Kadence.
Author: Astro Shop ID
Template: kadence
Version: 0.1.0
Text Domain: astro-shop-child
*/

:root {
	--astro-ink: #050713;
	--astro-navy: #0b1022;
	--astro-panel: #11182e;
	--astro-panel-2: #171f3c;
	--astro-blue: #2f80ff;
	--astro-cyan: #3deBff;
	--astro-purple: #8b5cff;
	--astro-text: #f5f7ff;
	--astro-muted: #a9b2cc;
	--astro-line: rgba(164, 181, 255, .16);
}

body.astro-shop-child {
	background: var(--astro-ink);
	color: var(--astro-text);
}
