.lmt-atlas {
  --lmt-color-bg: #ffffff;
  --lmt-color-surface: #f5f7fa;
  --lmt-color-text: #17212e;
  --lmt-color-text-muted: #586576;
  --lmt-color-border: #dce2e9;
  --lmt-color-accent: var(--lmt-custom-accent, #245ad1);
  --lmt-color-accent-contrast: #ffffff;
  --lmt-radius-sm: 6px;
  --lmt-radius-md: 12px;
  --lmt-radius-lg: 20px;
  --lmt-space-1: 4px;
  --lmt-space-2: 8px;
  --lmt-space-3: 12px;
  --lmt-space-4: 16px;
  --lmt-space-5: 20px;
  --lmt-space-6: 24px;
  --lmt-space-8: 32px;
  --lmt-space-10: 40px;
  --lmt-space-12: 48px;
  --lmt-space-16: 64px;
  --lmt-font-size-xs: .75rem;
  --lmt-font-size-sm: .875rem;
  --lmt-font-size-base: 1rem;
  --lmt-font-size-lg: 1.125rem;
  --lmt-font-size-xl: 1.5rem;
  --lmt-font-size-2xl: 2rem;
  --lmt-shadow-sm: 0 2px 8px rgb(23 33 46 / 4%);
  --lmt-shadow-md: 0 8px 28px rgb(23 33 46 / 8%);
  --lmt-reading-width: 43em;
  --lmt-reading-latin: 73ch;
  --lmt-transition: 170ms ease;
}
.lmt-atlas.atlas-preset-ink { --lmt-color-accent: var(--lmt-custom-accent, #303d50); }
.lmt-atlas.atlas-preset-forest { --lmt-color-accent: var(--lmt-custom-accent, #23664f); }
.lmt-atlas[data-width="narrow"] { --lmt-reading-width: 38em; --lmt-reading-latin: 65ch; }
.lmt-atlas[data-width="wide"] { --lmt-reading-width: 45em; --lmt-reading-latin: 75ch; }
