/* Global Styles */ * { scroll-behavior: smooth; } body { font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Custom Scrollbar */ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #4ab44d; border-radius: 5px; } ::-webkit-scrollbar-thumb:hover { background: #3a8f3c; } /* Selection */ ::selection { background-color: #4ab44d; color: white; } ::-moz-selection { background-color: #4ab44d; color: white; }