@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--background:#0e0e10;--foreground:#f0ede8;--primary:#e8703a;--secondary:#7eb8c9;--muted:#8a857e;--card-bg:#161514a6;--border:#f0ede812;--glass-bg:#0e0e10b8;--section-bg:#111113;--highlight-gradient:linear-gradient(90deg, #e8703a, #c8a97e, #e8703a);--button-text:#0e0e10;--button-bg:#f0ede8;--button-hover-shadow:#e8703a4d;--skill-icon:#7eb8c9;--link-hover:#e8703a;--noise-opacity:.04}[data-theme=light]{--background:#f8f5f0;--foreground:#1a1814;--primary:#c85a20;--secondary:#4a8fa3;--muted:#6b6560;--card-bg:#fffcf7cc;--border:#1a18141a;--glass-bg:#f8f5f0cc;--section-bg:#f0ece5;--highlight-gradient:linear-gradient(90deg, #c85a20, #a07040, #c85a20);--button-text:#f8f5f0;--button-bg:#1a1814;--button-hover-shadow:#c85a2040;--skill-icon:#4a8fa3;--link-hover:#c85a20;--noise-opacity:.025}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s,color .3s,border-color .3s}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);scroll-behavior:smooth;font-family:Outfit,sans-serif;position:relative;overflow-x:hidden}@media (pointer:coarse),(max-width:768px){html,body,*{cursor:auto!important}}body:before{content:"";z-index:9998;pointer-events:none;opacity:var(--noise-opacity);mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;position:fixed;inset:0}a{color:inherit;text-decoration:none}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
.CustomCursor-module__IN7vAW__cursor{border:2px solid var(--primary);pointer-events:none;z-index:9999;mix-blend-mode:difference;border-radius:50%;width:40px;height:40px;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.CustomCursor-module__IN7vAW__dot{background-color:var(--secondary);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}
