/* Alai LMS - High End CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Base button physics */
button:active {
    transform: scale(0.98);
}

/* LaTeX math adjustments */
mjx-container {
    font-size: 1.1em !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 0;
}