/*
Theme Name: Pixel Theory
Theme URI: https://thepixeltheory.com
Author: Pixel Theory
Author URI: https://thepixeltheory.com
Description: Custom WordPress theme for Pixel Theory, converted from Astro.
Version: 1.0
Text Domain: pixel-theory
*/

/* 
   Imports will be handled via functions.php enqueuing 
   to ensure proper WordPress standard compliance.
*/

/* Sidebar Sticky Behavior */
@media (min-width: 992px) {
   #secondary {
      position: -webkit-sticky;
      position: sticky;
      top: 120px;
      /* Adjust based on header height */
      z-index: 10;
      height: fit-content;
   }
}