/*
Theme Name: Tecotec Group
Theme URI: https://tecotec.com.vn/
Description: Custom Premium Theme for Tecotec Group - High Performance & Modern UX.
Author: Antigravity AI
Author URI: https://github.com/google-deepmind
Version: 1.0.0
Text Domain: tecotec-group
*/

/* Reset & Global Base */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; padding: 0; background: #ffffff; color: #333333; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
ul, ol { padding: 0; list-style: none; margin: 0; }
a { text-decoration: none; color: inherit; }
button, input, select, textarea { font-family: inherit; }
