body { font-family: "Inter", sans-serif; background-color: #0b0d12; color: #ffffff; overflow-x: hidden; }

h1, h2, h3, .font-heading { font-family: "Space Grotesk", sans-serif; }

/* Custom Scrollbar */ ::-webkit-scrollbar { width: 6px; }

::-webkit-scrollbar-track { background: #0b0d12; }

::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }

/* Glassmorphism Input Autofill Fix */ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px #13151b inset !important; -webkit-text-fill-color: white !important; transition: background-color 5000s ease-in-out 0s; }

/* Subtle Grid Background */ .bg-grid { background-size: 50px 50px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px); mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%); }

/* Shimmer Animation for button */ @keyframes shimmer { 100% { transform: translateX(100%); } }
