/*
Theme Name: Happy Day Tourist
Theme URI: https://milimetgroup.com/
Author: Milimet Group
Author URI: https://milimetgroup.com/
Description: Theme WordPress du lịch chuyên nghiệp, tối ưu chuẩn SEO và chuyển đổi cao do Milimet Group thiết kế và phát triển. Hotline: 0945 06 6665 - 0965 59 6665. Website: milimetgroup.com.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: happyday-tourist
*/

body { font-family: 'Inter', sans-serif; background-color: #ffffff; }
.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
html { scroll-behavior: smooth; }
