/*
Theme Name: VoucherHunt Theme
Theme URI: https://yourdomain.com
Author: VoucherHunt Team
Description: Giao diện săn deal Affiliate tối ưu chuyển đổi, thiết kế Mobile-First với Tailwind CSS.
Version: 1.0
Text Domain: voucherhunt
*/

/* Custom CSS bổ sung nếu Tailwind không đáp ứng đủ */
body {
    -webkit-font-smoothing: antialiased;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}