@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&display=swap");@import url("https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&display=swap");:root{--bg:#f6f2ea;--bg-sunken:#ede7da;--ink:#1f1b16;--rule:#d9d2c2;--whisper:#7a7468;--accent:#c8a96a;--serif:Spectral,"Source Serif 4","Georgia",serif;--sans:"General Sans","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--ink);font-family:var(--serif);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule);text-decoration-thickness:1px;text-underline-offset:.2em;transition:-webkit-text-decoration-color .18s ease-out;transition:text-decoration-color .18s ease-out;transition:text-decoration-color .18s ease-out,-webkit-text-decoration-color .18s ease-out}a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}::selection{background:var(--accent);color:var(--bg)}