@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap";
:root{--bg:#f0eee6;--ink:#1a1a1a;--ink-light:#3a3a3a;--accent:#4a6741}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{background-color:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Caveat,cursive}
