@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-dark: #2b3339;--bg-light: #323c41;--bg-lighter: #3a454a;--fg-primary: #d3c6aa;--fg-secondary: #d3c6aa;--fg-muted: #859289;--accent-orange: #e69875;--accent-blue: #7fbbb3;--accent-green: #a7c080;--accent-yellow: #dbbc7f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:var(--fg-primary);background-color:var(--bg-dark)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--fg-primary);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--accent-orange);color:var(--bg-dark)}html{scroll-behavior:smooth}
