/*
Theme Name: ReadyMart Theme
Theme URI: https://readymart.vn/
Author: Phòng Marketing - Công ty TNHH Công Nghệ Minh Khánh An
Author URI: https://readymart.vn/
Description: Theme WordPress chính thức cho chuỗi bán lẻ thực phẩm & tiêu dùng Ready Mart (Công ty TNHH Công Nghệ Minh Khánh An). Hỗ trợ WooCommerce, font Roboto tiếng Việt, thiết kế responsive mobile-first, chuẩn hoá theo template hierarchy để dễ chuyển đổi và bảo trì.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: readymart
Tags: e-commerce, retail, food, woocommerce, custom-menu, featured-images, full-width-template, translation-ready, responsive-layout
WC requires at least: 7.0
WC tested up to: 8.9
*/

/* Toàn bộ style hiển thị nằm trong assets/css/main.css (được nạp qua functions.php).
   File style.css này giữ phần header bắt buộc của theme + một vài reset tối thiểu. */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

img { max-width: 100%; height: auto; }

a { color: inherit; }
