/* Aggregator: imports the split stylesheets in cascade order. Each file owns one
   concern; edit those, not this. Order matters -- responsive overrides come last. */

@import 'css/base.css';          /* tokens, reset, base elements, nav, hero, footer */
@import 'css/timeline.css';      /* home horizontal timeline + project cards */
@import 'css/project-page.css';  /* project article (hero + lead + body), shown in the overlay */
@import 'css/overlay.css';       /* in-page project overlay */
@import 'css/responsive.css';    /* media queries + reduced motion */
