:root {
  --ll-midnight-ink: #101416;
  --ll-warm-paper: #f3ede2;
  --ll-soft-bone: #e8e0d2;
  --ll-charcoal: #232629;
  --ll-lunar-blue: #55c7f3;
  --ll-solar-yellow: #f5c84c;
  --ll-mars-coral: #f06455;
  --ll-cosmic-violet: #7957d5;
  --ll-orbit-green: #63a87b;
  --ll-electric-blue: #4263eb;
  --ll-dust-rose: #d8879b;
  --ll-bg-primary: var(--ll-midnight-ink);
  --ll-bg-secondary: #151a1d;
  --ll-bg-elevated: #1d2326;
  --ll-bg-soft: #263033;
  --ll-text-primary: var(--ll-warm-paper);
  --ll-text-secondary: rgba(243, 237, 226, .76);
  --ll-text-muted: rgba(243, 237, 226, .56);
  --ll-lunar-gold: var(--ll-solar-yellow);
  --ll-electric-violet: var(--ll-cosmic-violet);
  --ll-celestial-blue: var(--ll-lunar-blue);
  --ll-solar-coral: var(--ll-mars-coral);
  --ll-mystic-green: var(--ll-orbit-green);
  --ll-line: rgba(243, 237, 226, .16);
  --ll-line-strong: rgba(243, 237, 226, .32);
  --ll-font-display: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  --ll-font-headline: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  --ll-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
  --ll-font-data: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ll-space-1: 0.5rem;
  --ll-space-2: 0.75rem;
  --ll-space-3: 1rem;
  --ll-space-4: 1.5rem;
  --ll-space-5: 2rem;
  --ll-space-6: 3rem;
  --ll-space-7: 4.5rem;
  --ll-space-8: 7rem;
  --ll-radius-small: 4px;
  --ll-radius-medium: 8px;
  --ll-radius-large: 14px;
  --ll-shadow-raised: 0 28px 70px rgba(0, 0, 0, 0.24);
  --ll-motion-fast: 160ms;
  --ll-motion-medium: 360ms;
  --ll-page-gutter: max(22px, calc((100vw - 1440px) / 2));
  --ll-content-max: 1440px;
}
