/* =============================================================
  css/main.css
  Imports all CSS files in the correct order.
============================================================= */

/* Theme variables: colors, shadows, sizing */
@import "./tokens.css";

/* Global reset, body background, typography */
@import "./base.css";

/* Section spacing and footer */
@import "./layout.css";

/* Top navigation/header */
@import "./header.css";

/* Right-side social links */
@import "./social.css";

/* Shared buttons */
@import "./buttons.css";

/* Hero section and top metrics */
@import "./hero.css";

/* Section headings, about, contact */
@import "./sections.css";

/* Reusable cards, tags, grids */
@import "./cards.css";

/* Career journey timeline */
@import "./journey.css";

/* Leadership/impact highlight section */
@import "./impact.css";

/* Resume popup modal */
@import "./modal.css";

/* Reveal-on-scroll animations */
@import "./animations.css";

/* Tablet/mobile adjustments */
@import "./responsive.css";
