/*
Theme Name: Plum Garden
Theme URI: https://example.com/my-custom-theme
Author: Webest.asia
Author URI: https://example.com
Description: A custom WordPress theme based on existing HTML.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme
Text Domain: plumgarden
*/

body {
    font-family: 'Quicksand', sans-serif;
    /* Các style body khác nếu có từ TailwindCSS base có thể không cần thiết ở đây nếu Tailwind được load đúng */
}

/* Tùy chỉnh nhỏ cho nút đóng Fancybox */
.f-button.is-close-btn {
    background: rgba(0,0,0,0.5);
}

/* Thêm các CSS tùy chỉnh khác của bạn nếu cần */ 