:root{--paper: #f4efe7;--ink: #171614;--green: #3f6254;--clay: #8f6f4d;--red: #b84a3f}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}body>.access-denied{min-height:100vh;display:grid;place-content:center;gap:1rem;padding:2rem;text-align:center}body>.access-denied h1,body>.access-denied p{margin:0}body>.access-denied button{justify-self:center}
