/* ============================================================
   PRANAV KUMAR PORTFOLIO — common.css
   Single CSS entry-point. All pages link only this file.
   To add/edit styles → edit the source files in assets/css/
   ============================================================ */

/* Core design system — variables, layout, components, animations */
@import url('../style.css');

/* Footer-specific styles — CTA strip, columns, bottom bar */
@import url('../footer.css');

/* Page-specific styles */
@import url('../about.css');
@import url('../project.css');
@import url('../contact.css');
