/* Klario palette override — layout and component design intentionally unchanged. */
:root {
    --base-h: 176;
    --base-s: 78%;
    --base-l: 26%;

    --base-two-h: 221;
    --base-two-s: 83%;
    --base-two-l: 53%;

    --body-color: 215 28% 82%;
    --body-bg: 220 49% 8%;
    --heading-color: 0 0% 100%;
    --border-color: 215 24% 27%;
    --bg-two: 219 42% 16%;
    --section-bg: 221 45% 12%;
}
