/* Critical CSS for index page */
/* This file is loaded dynamically based on the current page path */

/* Basic reset and optimization for index page */
body {
  margin: 0;
  padding: 0;
}

/* Ensure smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Basic loading state */
.loading {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

/* Placeholder for page-specific critical CSS */
/* This file can be expanded with critical styles for the home page */ 
