@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-color: #050505;--text-color: #ffffff;--accent-color: #333333;--secondary-color: #1a1a1a;--border-color: rgba(255, 255, 255, .2)}.light-mode{--bg-color: #ffffff;--text-color: #000000;--accent-color: #e5e5e5;--secondary-color: #f4f4f5;--border-color: rgba(0, 0, 0, .2)}body{margin:0;background:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;overflow-x:hidden;transition:background-color .5s ease,color .5s ease}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif}.cursor-dot{width:20px;height:20px;border:1px solid #ffffff;background-color:#fff;border-radius:50%;position:fixed;pointer-events:none;z-index:9999;mix-blend-mode:difference;transition:transform .1s ease-out,width .3s ease,height .3s ease;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.cursor-dot.normal-blend{mix-blend-mode:normal!important;border-color:var(--text-color);background-color:#ffffffe6;color:#000}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:768px){.cursor-dot{display:none}}
