body {
    font-family: 'Inter', sans-serif;
    background-color: #0A0F1C;
    color: #ffffff;
    overflow-x: hidden;
}
h1, h2, h3, h4, .font-heading {
    font-family: 'Outfit', sans-serif;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #0A0F1C;
}
::-webkit-scrollbar-thumb {
    background: #1A365D;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #D4AF37;
}
