/*
Theme Name: SkyTech
Theme URI: https://rrsoftware.shop
Author: SEAMKT GLOBAL
Author URI: https://rrsoftware.shop
Description: Custom WooCommerce storefront theme for SkyTech / RRSoftWare — premium storage & tech accessories. Cyan/blue design system, GSAP animations, mobile-optimized.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: skytech
Tags: ecommerce, woocommerce, custom-colors, custom-logo, responsive-layout
WC requires at least: 6.0
WC tested up to: 9.0
*/

/*
  Toàn bộ style chính của theme được nạp inline trong header.php (:root design tokens + component CSS).
  File này giữ phần khai báo theme (bắt buộc) để WordPress nhận diện theme.
  Bạn có thể thêm CSS bổ sung bên dưới nếu cần.
*/

/* ===== Base reset nhẹ (phòng khi header chưa nạp) ===== */
body{
  margin:0;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}