/**
 * KengaLearn canvas.
 *
 * Only identity tokens live here. Layout, components, interaction states and
 * accessibility remain owned by the Chisimba Reborn skin.
 */
:root {
    --chisimba-primary: #67c871;
    --chisimba-primary-hover: #295351;
    --chisimba-primary-dark: #295351;
    --chisimba-primary-soft: color-mix(in srgb, #67c871 16%, white);
    --chisimba-focus: #67c871;
    --chisimba-grey-blue: #295351;
    --chisimba-info: #295351;
    /* URL variables are resolved where the shared skin consumes them. */
    --chisimba-brand-logo: url("canvases/kenga-learn/images/chisimba-logo.svg");
}

.chisimba-learning-journey--polished {
    --journey-primary: #295351;
    --journey-accent: #67c871;
    --journey-soft: #f3f9f6;
    --journey-text: #142524;
    --journey-shadow: rgba(26, 48, 47, 0.10);
}
