/* ======================================
   STYLES — site-wide cascade entry point.
   The rules previously inline here now live in css/sections/, split
   along the original numbered-section comments. Cascade order is
   preserved exactly by the @import sequence below.

   Per-page stylesheets (page-home.css, page-history.css,
   page-happenings.css) continue to link from each page's <head>
   independently; they aren't imported here.

   To verify byte-identical equivalence after editing:
     md5sum css/sections/*.css | awk '{print $1}' | paste -sd+ | bc
   (or: cat the section files and md5sum vs the original)
  ====================================== */
@import "sections/01-reset-and-variables.css";
@import "sections/02-typography.css";
@import "sections/03-layout.css";
@import "sections/04-components.css";
@import "sections/05-pages.css";
