@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{min-height:100vh}body{background:#0a0a0a;color:#e8e8e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.nav-link{color:#999;transition:color .15s ease}.nav-link:hover{color:#fff}.muted-link{color:#888;transition:color .15s ease}.muted-link:hover{color:#e8e8e8}.accent-link{color:#6b9cc4;transition:color .15s ease}.accent-link:hover{color:#88b5d8}.project-title{color:#fff;transition:color .15s ease}.project-title:hover{color:#6b9cc4}