/* common-components.css
   Purpose: hold shared, non-intrusive UI component styles (section titles, small utilities)
   Scope: keep selectors explicit to avoid global pollution; avoid blue/indigo per design rule.
   Note: this file was missing but referenced in meta.dwt; created to eliminate 404 and prepare for consolidation.
*/

/* Example safe placeholders (no-op by default) */
:root {
  /* reserved for component-level CSS variables if needed */
}

/* Section title helpers (only style the wrapper classes used in templates) */
.section_titles_line1 {}
.section_titles_line2 {}
.section_titles_line3 {}
.section_titles_highlight {}

/* Do not add global element styles here. Keep everything class-scoped. */

