@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";
:root{--font-sans:"Manrope", sans-serif;--font-display:"Playfair Display", Georgia, serif;--font-mono:"DM Mono", monospace;--accent:#c84427;--accent-dark:#8f261b}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0}a{text-decoration:none}.async-progress{color:var(--progress-text,var(--ink));pointer-events:none;z-index:1000;position:fixed;top:0;left:0;right:0}.async-progress__bar{background:var(--progress-accent,var(--accent));transform-origin:0;width:38%;height:3px;animation:1.15s ease-in-out infinite async-progress-slide;display:block}.async-progress--finishing .async-progress__bar{animation:.22s ease-out forwards async-progress-finish}@keyframes async-progress-slide{0%{transform:translate(-100%)scaleX(.7)}50%{transform:translate(105%)scaleX(1.35)}to{transform:translate(270%)scaleX(.8)}}@keyframes async-progress-finish{0%{transform:translate(0)scaleX(1)}to{transform:translate(0)scaleX(2.7)}}@media (prefers-reduced-motion:reduce){.async-progress__bar{animation-duration:2.4s}}
