/* ============================================================
   THEME.CSS — Srinivas Enclave
   Design tokens: color palette used across the entire site.
   Edit values here to re-theme the whole site from one place.
   ============================================================ */

:root {
    --navy: #1a2744;
    --olive: #4a6741;
    --gold: #b8933a;
    --gold-light: #d4aa5a;
    --cream: #f9f5ee;
    --warm-white: #fdfaf4;
    --text: #2a2a2a;
    --text-light: #666;
  }
