/*
Theme Name: Gia Phả Trực Quan
Theme URI: https://example.com/gia-pha-truc-quan
Author: Manus AI
Description: Giao diện gia phả trực quan chạy độc lập trên WordPress với dữ liệu thành viên lưu trong MySQL.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gia-pha
*/

:root { --ink: #302b27; --muted: #756c61; --cream: #f7f1e6; --paper: #fcf8ee; --wine: #96333d; --olive: #526a4b; --line: #e5d9c7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
