body {
    font-family: 'Inter', sans-serif;
    background-color: #000000;
    color: #e2e8f0;
}
h1, h2, h3, h4, .font-heading {
    font-family: 'Outfit', sans-serif;
}

/* Custom scrollbar for dark theme */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #444;
}