/* HABU Brand v3.2 — Warm Authority (locked) */
:root {
  --umber: #5A4633;
  --brass: #B89A5B;       /* accent only — thin rules/underlines, NEVER structure */
  --pine: #1E2D24;
  --cream: #F5F0E6;
  --ink: #141210;
  --charcoal: #1C1B19;

  --cream-muted: #E8E0D2;
  --pine-deep: #152019;
  --brass-soft: rgba(184, 154, 91, 0.35);
  --cream-10: rgba(245, 240, 230, 0.1);
  --cream-70: rgba(245, 240, 230, 0.7);
  --ink-60: rgba(20, 18, 16, 0.6);

  --font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-editorial: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.5rem;
  --space-2xl: 5.5rem;

  --radius: 4px;
  --radius-lg: 10px;
  --max-w: 1120px;
  --header-h: 72px;

  --shadow-soft: 0 18px 50px rgba(20, 18, 16, 0.28);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
