/* ============================================================
   Heading East — New Template (overrides)
   Layered on top of classic.css. Only declare properties that
   differ from the classic base — the rest is inherited.
   ============================================================ */

:root {
    --color-page-bg: #d6e7eb;     /* warm orange page frame */
    --color-link-hover: #000000;   /* red-orange to match the frame */
}


body { 
  background: linear-gradient(
    to right,
    #d6e7eb 0%,
    #5fc8e3 12%,
    #ffffff 70%,
    #ffffff 70%,
    #5fc8e3 88%,
    #d6e7eb 100%
  );
  background-attachment: fixed;
  min-height: 100vh;
}

