/**
 * Page-Specific Body Classes
 * Minimal page-specific overrides - most styling is in sections/
 * Colors are defined in colors.css
 */

/* ===== HOMEPAGE ===== */
.homepage {
  /* Homepage-specific overrides if needed */
}

/* ===== ABOUT PAGE ===== */
.about-page {
  /* About page-specific overrides if needed */
}

/* ===== PORTFOLIO PAGE ===== */
.portfolio-page {
  /* Portfolio page-specific overrides if needed */
}

/* ===== SERVICES PAGE ===== */
.services-page {
  /* Services page-specific overrides if needed */
}

/* ===== CONTACT PAGE ===== */
.contact-page {
  /* Contact page-specific overrides if needed */
}

/* ===== PROJECT DETAIL PAGE ===== */
.project-page {
  /* Project detail page-specific overrides if needed */
}

/* Note: These body classes exist for page-specific targeting if needed.
   Most styling should be in section-specific CSS files for better reusability.
   Use these sparingly for page-specific overrides only. */
