@import url("https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&family=Inter:wght@300;400;500&display=swap");:root{--bg:#f6f4ef;--ink:#262624;--ink-soft:#5b5a57;--rule:#2626241a;--accent:#262624}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}::selection{background:var(--ink);color:var(--bg)}