/* ==========================================================================
   main.css — the single stylesheet the site loads.

   It only @imports the partial files below, in order. Each partial covers
   one area of the design so it is easy to find the rule you need:

     base.css        design tokens (colors/fonts), reset, typography, layout helpers
     buttons.css     the red "SP3 button" and its variants
     header.css      sticky header, dropdown menus, mobile menu
     footer.css      the dark footer
     components.css  page banners, cards, carousels, newsletter, forms, tables

   The color palette and fonts were carried over from the original
   WordPress (Qode "Subway") theme — see docs/STYLE-GUIDE.md.
   ========================================================================== */

@import url("base.css");
@import url("buttons.css");
@import url("header.css");
@import url("footer.css");
@import url("components.css");
