@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--bg: #15140f;--surface: #1f1d17;--elevated: #28251d;--raised: #322e24;--fg: #e8e1cd;--muted: #8a8472;--dim: #5a5648;--line: rgba(232, 225, 205, .1);--line-strong: rgba(232, 225, 205, .18);--arancio: #d9531e;--arancio-deep: #a83f12;--bronze: #b8915a;--mono: ui-monospace, "SF Mono", Menlo, monospace;--sans: "Archivo", system-ui, sans-serif;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--sans);background-color:var(--bg);color:var(--fg);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--bronze);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--sans);cursor:pointer}input,textarea,select{font-family:var(--sans)}code,pre{font-family:var(--mono)}
