/* =========================================================
   VALLEY FORGE BUILDERS — global stylesheet (manifest)

   This file is the single <link>ed entry point. It composes the
   four logical layers below; per-page styles live in
   assets/css/pages/<page>.css and are linked from each HTML file
   after this one so they cascade on top.

     tokens      — design system variables (colors, fonts, spacing)
     base        — element resets, typography, accessibility
     layout      — container, sections, header, footer, nav
     components  — buttons, cards, fade-up, testimonials, trust strip

   Edit the matching layer file, not this manifest.
   ========================================================= */

@import url("./tokens.css");
@import url("./base.css");
@import url("./layout.css");
@import url("./components.css");
