:root {
    --color-lore-paper: oklch(12% 0.012 25);
    --color-lore-paper-raised: oklch(17% 0.016 28);
    --color-lore-paper-high: oklch(21% 0.018 31);
    --color-lore-ink: oklch(94% 0.025 79);
    --color-lore-body: oklch(83% 0.024 70);
    --color-lore-muted: oklch(68% 0.022 55);
    --color-lore-rule: oklch(42% 0.07 75);
    --color-lore-gold: oklch(72% 0.13 76);
    --color-lore-gold-light: oklch(88% 0.09 84);
    --color-lore-crimson: oklch(54% 0.18 24);
    --color-lore-accent-ink: oklch(12% 0.012 25);
    --color-lore-focus: oklch(86% 0.14 86);
    --color-lore-overlay: oklch(9% 0.01 25 / 0.82);
    --color-lore-overlay-soft: oklch(9% 0.01 25 / 0.34);
    --color-lore-overlay-clear: oklch(9% 0.01 25 / 0);
    --color-lore-panel: oklch(11% 0.014 27 / 0.9);
    --color-lore-header: oklch(10% 0.012 25 / 0.92);
    --color-lore-backdrop: oklch(7% 0.012 25 / 0.9);
    --color-lore-shadow: oklch(5% 0.01 25 / 0.72);
    --font-lore-display: 'Cinzel Decorative', serif;
    --font-lore-impact: 'Barlow Condensed', sans-serif;
    --font-lore-body: 'Roboto', sans-serif;
    --space-lore-2xs: 0.25rem;
    --space-lore-xs: 0.5rem;
    --space-lore-sm: 0.75rem;
    --space-lore-md: 1rem;
    --space-lore-lg: 1.5rem;
    --space-lore-xl: 2.5rem;
    --space-lore-2xl: 4rem;
    --space-lore-3xl: 6rem;
    --space-lore-4xl: 9rem;
    --space-lore-5xl: 12rem;
    --text-lore-xs: 0.8rem;
    --text-lore-sm: 0.92rem;
    --text-lore-base: 1rem;
    --text-lore-md: 1.25rem;
    --text-lore-lg: 1.5625rem;
    --text-lore-xl: 1.953rem;
    --text-lore-2xl: 2.441rem;
    --text-lore-display: clamp(2.55rem, 6vw, 5.25rem);
    --text-lore-impact: clamp(5.5rem, 18vw, 14rem);
    --text-lore-scene: clamp(4rem, 10vw, 8.5rem);
    --ease-lore-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-lore-in: cubic-bezier(0.7, 0, 0.84, 0);
    --ease-lore-in-out: cubic-bezier(0.65, 0, 0.35, 1);
    --dur-lore-micro: 120ms;
    --dur-lore-short: 220ms;
    --dur-lore-long: 420ms;
    --dur-lore-nav: 520ms;
    --rule-lore-hair: 1px;
    --radius-lore-sm: 0.35rem;
    --radius-lore-md: 0.75rem;
    --radius-lore-lg: 1.25rem;
    --shadow-lore-deep: 0 1.5rem 4rem var(--color-lore-shadow);
    --z-lore-base: 1;
    --z-lore-raised: 10;
    --z-lore-sticky: 200;
    --z-lore-modal: 400;
}
