@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Mono:wght@300;400;500&family=DM+Sans:wght@300;400;500&display=swap";
:root{--ink:#0f0e0d;--paper:#f5f0e8;--paper-dark:#ede7d9;--accent:#c8392b;--accent-light:#f9ebe9;--muted:#7a7060;--rule:#ccc4b4;--mono:"DM Mono", monospace;--serif:"Playfair Display", Georgia, serif;--sans:"DM Sans", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--paper);color:var(--ink);font-family:var(--sans);min-height:100vh;font-weight:300}::selection{background:var(--accent);color:#fff}
