/*
Theme Name: Theme An Phát
Theme URI: https://anphatpharma.com/
Author: Antigravity Team
Author URI: https://anphatpharma.com/
Description: Theme giới thiệu công ty Dược phẩm An Phát Pharma chuyên nghiệp và hiện đại, thiết kế theo chuẩn responsive, tối ưu SEO và tích hợp sẵn dữ liệu mẫu thực tế.
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: theme-anphat
*/

:root {
    --primary-color: #7FCE23;
    --primary-dark: #1A3636;
    --primary-light: #EAF8D9;
    --accent-color: #FF6B6B;
    --accent-hover: #FF4F4F;
    --bg-light: #F7F9F5;
    --text-dark: #212529;
    --text-muted: #556270;
    --white: #FFFFFF;
    --border-color: #E2E8F0;
    --font-heading: 'Outfit', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --container-width: 1200px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 30px rgba(26, 54, 54, 0.08);
}