:root{--bg: #2c3a42;--bg-2: #25333b;--fg: #ede9e1;--muted: #8aa0a8;--muted-2: #bcccd2;--line: #455862;--frame-bg: #efebe3;--frame-line: #cfc8ba;--ink: #1d2429;--frame-role: #6b7178;--frame-years: #8a9097;--accent-red: #e4473c;--accent-yellow: #f2c53d;--accent-blue: #2d6fb3;--accent: var(--accent-yellow);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Space Grotesk", system-ui, -apple-system, sans-serif;--app-max-w: 440px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#232c32}#root{font-family:var(--font-body);background:var(--bg);color:var(--fg);width:100%;height:100vh;height:100dvh;max-width:var(--app-max-w);margin:0 auto;position:relative;overflow:hidden;-webkit-font-smoothing:antialiased}input::placeholder,textarea::placeholder{color:#6f848d}button{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
