/*
Theme Name: GreenLife - Sống Bền Vững
Theme URI: https://songbenvung.com/
Author: AI Coding Assistant
Author URI: https://ai.studio/build
Description: Một theme WordPress hiện đại, tinh tế dành cho Hợp tác xã GreenLife và cộng đồng Sống Bền Vững. Được tích hợp đầy đủ Tailwind CSS, hỗ trợ hiển thị sản phẩm hữu cơ, cẩm nang sống xanh, tích điểm thưởng EcoPoints và hiển thị các chứng nhận uy tín.
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: greenlife
Tags: translation-ready, custom-menu, featured-images, full-width-template, theme-options, eco-friendly, green, organic

Đây là file style.css chính của theme WordPress GreenLife. Tất cả các class tiện ích chính đều được tải động qua Tailwind CSS CDN trong file functions.php để tối ưu hiệu năng hiển thị và giúp lập trình viên tùy biến giao diện dễ dàng ngay trong mã nguồn HTML/PHP.
*/

/* Custom CSS styles can be appended below */
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1e293b; /* slate-800 */
}

/* Smooth transition utility */
.transition-all-300 {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom fonts styling */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=JetBrains+Mono:wght@400;700&display=swap');
