/* Custom Styles for WBM Photo Gallery */

body {
    font-family: 'IBM Plex Sans', sans-serif;
}

.font-bebas {
    font-family: 'Bebas Neue', sans-serif;
}

.font-mono {
    font-family: 'IBM Plex Mono', monospace;
}

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

::-webkit-scrollbar-track {
    background: #1f2937; /* gray-800 */
}

::-webkit-scrollbar-thumb {
    background: #4b5563; /* gray-600 */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6366f1; /* indigo-500 */
}
