/* ============================================================
   custom.css — PER-DESIGN OVERRIDES
   ============================================================
   This file is intentionally empty by default.

   main.css and default.css are the CMS's shared, generic styles —
   the same for every client site this CMS gets deployed to. Don't
   edit those two for a one-off client tweak; changes there affect
   every future clone of this CMS.

   This file is the right place for anything specific to ONE
   deployed design: a client wants a slightly different spacing,
   a one-off color tweak that doesn't fit the Design page's swatch
   system, a font quirk, whatever comes up once a site is live.

   It's linked LAST in every template's <head>, after main.css,
   default.css, and print.css — so a rule here with the SAME
   specificity as one in those files will still win, without
   needing !important. (A rule with genuinely LOWER specificity
   than what it's overriding will still need !important or a more
   specific selector — normal CSS rules still apply.)
   ============================================================ */
