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