body {
    font-family: "Inter", "Kantumruy Pro", sans-serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.focus-glow:focus-within {
    box-shadow: 0 0 0 2px rgba(125, 83, 255, 0.2);
    border-color: #7D53FF;
}
