/* Main Styles */
body {
    font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Utilities */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
