/*
 * Customer discount notes.
 * Token values copied from .claude/skills/fast-tracks-design/tokens/colors.css
 * (the storefront does not load the token sheet, so they are declared here).
 */
:root {
	--quad-cd-brass-600: #98692B;
	--quad-cd-sand-500: #9C845A;
	--quad-cd-espresso-900: #200A01;
}
.quad-cd-note {
	color: var(--quad-cd-brass-600);
	font-weight: 600;
	font-size: 0.9em;
	margin: 0.25em 0 0.5em;
}
.quad-cd-note--line {
	display: block;
	font-weight: 500;
	font-size: 0.85em;
}
.quad-cd-original {
	color: var(--quad-cd-sand-500);
	text-decoration: line-through;
	margin-right: 0.4em;
}
.quad-cd-totals-row th,
.quad-cd-totals-row td {
	color: var(--quad-cd-brass-600);
}
