/*
 Theme Name:   Flatsome Child
 Theme URI:    https://go88
 Description:  Child theme của Flatsome — dùng cho go88
 Author:       partfix
 Template:     flatsome
 Version:      1.0.0
 Text Domain:  flatsome-child
*/

/* Kế thừa toàn bộ CSS từ parent theme Flatsome */

/* Responsive Typography Optimization */
h1, .h1 { font-size: 2.3rem; line-height: 1.2; margin-bottom: 0.5em; }
h2, .h2 { font-size: 1.9rem; line-height: 1.2; margin-bottom: 0.5em; }
h3, .h3 { font-size: 1.6rem; line-height: 1.2; margin-bottom: 0.5em; }
h4, .h4 { font-size: 1.3rem; line-height: 1.2; margin-bottom: 0.5em; }

@media (max-width: 768px) {
    h1, .h1 { font-size: 1.8rem; }
    h2, .h2 { font-size: 1.5rem; }
    h3, .h3 { font-size: 1.3rem; }
    h4, .h4 { font-size: 1.15rem; }
}

@media (max-width: 544px) {
    h1, .h1 { font-size: 1.6rem; }
    h2, .h2 { font-size: 1.4rem; }
    h3, .h3 { font-size: 1.2rem; }
}