/* aduk.art page-system design tokens.
 *
 * Stable --aduk-page-* names are the source of truth. The --ae-* aliases keep
 * September 2026 Builder markup visually identical during the content migration.
 */
:is(.aduk-page,.aduk-edition){
 --aduk-page-ink:#29332c;
 --aduk-page-action:#294b3c;
 --aduk-page-paper:#f4f2eb;
 --aduk-page-line:#d6dcd5;
 --aduk-page-muted:#536054;
 --aduk-page-focus:#8b491f;
 --aduk-page-header-offset:0px;
 --ae-ink:var(--aduk-page-ink);
 --ae-green:var(--aduk-page-action);
 --ae-paper:var(--aduk-page-paper);
 --ae-line:var(--aduk-page-line);
 --ae-muted:var(--aduk-page-muted);
}
