Description

Audit and clean up CSS tokens to ensure a high-signal, low-noise aesthetic that is fully accessible and ATS-safe.

Acceptance Criteria

Final Summary

Cleaned up and audited CSS tokens for a high-signal, accessible aesthetic.

  1. Standardized on a base-8 relative spacing scale in _p_variables.scss (AC #2).
  2. Refactored _p_base_layout.scss and _p_resume.scss to use the new spacing tokens, improving consistency and “breathing room”.
  3. Verified that the DOM source order in resume templates matches the visual order, ensuring ATS accessibility (AC #3).
  4. Cleaned up redundant CSS values and enforced consistent variable usage (AC #1).
  5. All changes verified in a full site build.

Definition of Done