:root{--bg: #faf7f0;--surface: #fff;--ink: 34, 32, 28;--accent: #b3402a;--serif: "Newsreader Fallback", Georgia, serif;--mono: "Plex Mono Fallback", "Courier New", monospace}:root.fonts-loaded{--serif: "Newsreader", "Newsreader Fallback", Georgia, serif;--mono: "IBM Plex Mono", "Plex Mono Fallback", "Courier New", monospace}@media (prefers-color-scheme: dark){:root{--bg: #171511;--surface: #242019;--ink: 240, 235, 224;--accent: #e06a4a}}:root[data-theme=light]{--bg: #faf7f0;--surface: #fff;--ink: 34, 32, 28;--accent: #b3402a}:root[data-theme=dark]{--bg: #171511;--surface: #242019;--ink: 240, 235, 224;--accent: #e06a4a}html{background:var(--bg)}body{margin:0;background:var(--bg);color:rgba(var(--ink),1);font-family:var(--serif);line-height:1.55}a{color:inherit}a:hover{color:var(--accent)}::selection{background:var(--accent);color:var(--bg)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
