@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap');

body {
    font-family: 'JetBrains Mono', monospace;
}

/* Hide Alpine elements until initialized to prevent flashing */
[x-cloak] {
    display: none !important;
}

/* Premium Dark Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #111827;
}

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

::-webkit-scrollbar-thumb:hover {
    background: #4B5563;
}

/* Fix for Tailwind 750 custom shade used in HTML */
.bg-gray-750 {
    background-color: #2a3441;
}