/*
Theme Name: Eco Minahome
Theme URI: https://minahomes.vn
Author: Admin
Author URI: https://minahomes.vn
Description: Custom WordPress theme cho Eco Minahome. Tích hợp hệ thống Song ngữ tự code (không dùng plugin dịch thuật), quản lý Sản phẩm chuyên sâu qua ACF, Bảo hành và Bảng màu.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minahome
*/

/* --- Khởi tạo CSS Cơ bản --- */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #f8f9fa;
}
