body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, .raleway {
    font-family: 'Raleway', sans-serif;
}

/* Hide scrollbar for clean appearance during auto-scroll */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}