/*******************************************************************************
 * CLASSIC_BLANC (White&Black) — surcouche de couleurs du theme
 * La base commune est DEFAUT/style.css ; ce fichier ne contient QUE des
 * variables. Les tokens derives (muted, border, accent-dark, accent-soft)
 * sont recalcules automatiquement par la base via color-mix().
 ******************************************************************************/
:root {
	--kbk-accent: #141414;
	--kbk-bg: #fbfbfa;
	--kbk-surface: #ffffff;
	--kbk-text: #161616;
	--kbk-stage: #101010;
}
