:root{--display:"Oswald",sans-serif;--condensed:"Barlow Condensed",sans-serif;--serif:"Source Serif 4",Georgia,serif;--mono:"IBM Plex Mono",monospace;--color-primary:#d4541e;--color-bg:#0c0a08;--color-surface:rgba(20,18,15,0.8);--color-text:#f0e6da;--color-text-muted:rgba(240,230,218,0.45);--color-text-dim:rgba(240,230,218,0.25);--color-accent-muted:rgba(212,84,30,0.4);--color-border:rgba(212,84,30,0.08)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);overflow-x:hidden}::selection{background:rgba(212,84,30,.35);color:#f0e6da}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:rgba(212,84,30,.25);border-radius:3px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}