/* src/style.css */
body {
    background-color: #010103;
    color: #e5e1e2;
    -webkit-font-smoothing: antialiased;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.glow-text {
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
}