@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-color: #1a1a1a;--text-color: #ffffff;--primary-color: #ff4d00}html{background-color:#0a0a0a;overscroll-behavior:none}body{background-color:#0a0a0a;color:var(--text-color);font-family:Outfit,sans-serif;overflow-x:hidden;overscroll-behavior:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff4d00}::selection{background:#ff4d00;color:#fff}.glass{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.text-gradient{background:linear-gradient(135deg,#ff4d00,#f84);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% auto;animation:gradient-x 3s linear infinite}@media(min-width:768px){*{cursor:none!important}}.custom-cursor{position:fixed;width:20px;height:20px;border:2px solid #ff4d00;border-radius:50%;pointer-events:none;z-index:9999;transition:transform .15s ease,opacity .15s ease;mix-blend-mode:difference}.custom-cursor-dot{position:fixed;width:6px;height:6px;background:#ff4d00;border-radius:50%;pointer-events:none;z-index:10000;transition:transform .1s ease}.custom-cursor.hover{transform:scale(1.5);background:#ff4d001a}.custom-cursor-dot.hover{transform:scale(0)}
