/* Nowoka — Design tokens. Single source of truth for all custom CSS in this theme. */

:root {
	--nw-bg: #F4F8C8;
	--nw-bg-soft: #FFF7E8;
	--nw-accent: #D9F45F;
	--nw-pink: #FF2E7E;
	--nw-ink: #111518;
	--nw-form-ink: #606266;
	--nw-muted: #5b6066;
	--nw-card: #ffffff;
	--nw-card-soft: #F4F8C8;
	--nw-border: #dadbdd;
	--nw-radius: 18px;
	--nw-form-radius: 7px;
	--nw-radius-lg: 24px;
	--nw-shadow: 0 6px 28px rgba(17, 21, 24, 0.06);
}
