/*
Theme Name: MasanTV
Theme URI: https://www.masantv.com/
Author: Nur Amin Lebu
Description: A news portal theme, built with Tailwind CSS.
Version: 1.0
Text Domain: masan-tv
*/

/* * Tailwind CSS is loaded via CDN in header.php for this prototype.
 * Add custom CSS overrides here if needed.
 */

body {
    font-family: 'Noto Sans Bengali', sans-serif;
}

/* Hide scrollbar for horizontal menu but allow scrolling */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}