:root{color-scheme:light;--paper: #f4f0e8;--paper-deep: #ebe3d5;--ink: #181512}*{box-sizing:border-box}html,body,#root{min-height:100vh}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(159,137,99,.12),transparent 36%),linear-gradient(180deg,#f7f3eb 0%,var(--paper) 58%,var(--paper-deep) 100%);color:var(--ink);overflow:hidden}.stage{position:relative;display:grid;place-items:center;min-height:100vh;padding:24px}.grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.04),rgba(255,255,255,.04)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23201912' fill-opacity='.05'%3E%3Ccircle cx='12' cy='18' r='1'/%3E%3Ccircle cx='72' cy='48' r='1'/%3E%3Ccircle cx='138' cy='34' r='1'/%3E%3Ccircle cx='48' cy='132' r='1'/%3E%3Ccircle cx='116' cy='110' r='1'/%3E%3Ccircle cx='28' cy='84' r='1'/%3E%3C/g%3E%3C/svg%3E")}.wordmark{position:relative;z-index:1;margin:0;text-align:center;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(3.2rem,10vw,7.5rem);font-weight:500;letter-spacing:-.06em;line-height:.92;color:#181512f5;animation:settle .9s cubic-bezier(.2,.8,.2,1) both}@keyframes settle{0%{opacity:0;transform:translateY(18px);letter-spacing:-.02em}to{opacity:1;transform:translateY(0);letter-spacing:-.06em}}@media (max-width: 640px){.stage{padding:16px}.wordmark{font-size:clamp(2.7rem,13vw,4.8rem)}}
