/*
Theme Name: Nusa Ekspor
Theme URI: https://nusaekspor.example.com
Author: Nusa Ekspor
Description: Tema WordPress custom untuk Nusa Ekspor — mitra ekspor produk Indonesia. Navy corporate "Simple & Elegan" look, dibangun di atas Tailwind (CDN) + custom post types untuk produk, artikel, testimoni, FAQ, sertifikasi, tim, dan proses ekspor.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nusa-ekspor
*/

/* Reset dasar tambahan. Styling utama ada di assets/theme.css (di-enqueue lewat functions.php). */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
