/* Shared header styles used by static (non-Hugo) pages.
   Note: most header styling now lives in assets/css/components.css so the
   theme variables apply. Keep this file minimal — only the bits that
   non-Hugo static pages still depend on. */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}
