:root {
    --lubinik-site-surface: #f5f7f5;
    --lubinik-site-ink: #17211c;
    --lubinik-site-accent: #3f6b50;
}

body.lubinik-child-learning {
    background: var(--lubinik-site-surface);
    color: var(--lubinik-site-ink);
}

body.lubinik-child-learning :where(a) {
    text-underline-offset: 0.16em;
}

body.lubinik-child-learning :where(button, .button, input, select, textarea) {
    border-radius: 0.35rem;
}
