:root{
  --bg:#f5f3ee;
  --card:#ffffff;
  --ink:#1c2434;
  --muted:#7a8299;
  --line:#e8e4da;
  --navy:#16233f;
  --gold:#c19a4b;
  --gold-2:#96702a;
  --green:#177245;
  --red:#bb4430;
  --radius:14px;
  --shadow:0 10px 30px rgba(22,35,63,.07);
}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{font-family:'Be Vietnam Pro',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5}
button{font:inherit}
h1,h2,h3{line-height:1.3}
