/* ===============================
   THEME: DEFAULT (Light)
   Matches sekhoz.css :root variables.
   This file is intentionally minimal —
   sekhoz.css already defines all :root defaults.
   Only override here if you need a different "default" palette.
   =============================== */

/* Page transition (not in sekhoz.css) */
body { opacity: 0; transition: opacity .18s ease-in; }
body.page-ready { opacity: 1; }
body.page-leaving { opacity: 0; transition: opacity .12s ease-out; }
