:root,:root[data-theme=light],:root[data-theme=dark],:root[data-theme=auto]{--grey-000:#fff;--grey-100:#f7f7f7;--grey-200:#e0e0e0;--grey-300:#bdbdbd;--grey-400:#757575;--grey-500:#555;--grey-600:#424242;--grey-700:#333;--grey-800:#222;--grey-900:#111}@media (prefers-color-scheme:dark){:root[data-theme=auto]{--grey-000:#fff;--grey-100:#f7f7f7;--grey-200:#e0e0e0;--grey-300:#bdbdbd;--grey-400:#757575;--grey-500:#555;--grey-600:#424242;--grey-700:#333;--grey-800:#222;--grey-900:#111}}@layer overrides{body{background-color:var(--grey-000);color:var(--grey-700);font-family:var(--serif-font)}.lotr-nav{justify-content:flex-end;width:min(640px,100% - 48px);margin:32px auto 0;display:flex}.lotr-nav__home{font-size:var(--label);color:var(--grey-500);text-decoration:none}.lotr-nav__home:hover{color:var(--grey-900)}}
