/* =========================================================
   ABOUT US SILO — PALETTE + TONE
   Purpose: neutral, clear, administrative — not a decision silo
   ========================================================= */

:root {
  --page-bg: #f7f7f8;
  --surface-primary: #ffffff;
  --surface-secondary: #eef0f2;
  --surface-border: #d7dbe0;
  --text-primary: #24272b;
  --text-secondary: #4a4f57;
  --text-muted: #767c85;
  --placeholder-primary: #dfe2e6;
  --placeholder-secondary: #cdd2d8;
  --placeholder-accent: #b7bec6;
  --action-primary: #3a4552;
  --action-accent: #56636f;
  --radius: 8px;
  --box-shadow-subtle: rgba(36, 39, 43, 0.15);
}
