/* ============================================================
   TRILOT HOUSE TOKENS — canonical file
   Source of truth: rsteitiyeh/trilot. Mirrored verbatim into
   dnblackbook.com, askrami.com, logicoflogic.com repos.
   Edit ONLY here; propagate by mirroring.
   One family, two surface modes:
   - Light editorial: Trilot, DNBlackBook, Logic of Logic
   - Warm-dark editorial: AskRami
   ============================================================ */

:root {
  /* ---- type (all four sites) ---- */
  --font-display: "Instrument Serif", "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  /* ---- light editorial surfaces ---- */
  --cream: #F5EFE4;
  --cream-2: #EFE6D5;
  --cream-3: #E8DCC3;
  --ink: #1B1714;
  --ink-2: #2E2823;
  --muted: #7A6F60;
  --muted-2: #A89A84;
  --rule: #D9CDB4;

  /* ---- accents (shared family) ---- */
  --rust: #B8593B;
  --rust-2: #8F3F26;
  --sage: #6B7355;
  --sky: #5C7686;
  --sky-2: #46606E;
  --whatsapp: #25D366;

  /* ---- antique gold (badge ramp = dark-mode accent) ---- */
  --gold-1: #FBE7A1;
  --gold-2: #E6C254;
  --gold-3: #B8860B;

  /* ---- warm-dark editorial surfaces (AskRami) ---- */
  --dark-bg: #131110;
  --dark-surface: #1B1714;
  --dark-surface-2: #26201B;
  --dark-text: #F5EFE4;
  --dark-text-muted: #A89A84;
  --dark-rule: #3A332B;
  --dark-rust: #C9663F; /* rust lifted for contrast on dark */
}
