/*
Theme Name: Thai An Safety
Theme URI: https://thaian.com/
Author: 123Website / Antigravity
Author URI: https://123website.com.vn/
Description: Theme WordPress Starter cấu trúc Understrap kết hợp Tailwind CSS dành cho website Thái An Safety.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
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: thaian
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce, tailwindcss
*/

/* Base CSS overrides if needed - Main styles are powered by Tailwind CSS */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}