/*
Theme Name: Frame Matrix Studio
Theme URI: https://framematrixstudio.com
Author: Frame Matrix Dev
Description: A cinematic VFX portfolio theme using Tailwind CDN and Vanilla JS animations.
Version: 1.0
License: GNU General Public License v2 or later
*/

/* NOTE: 
   Main styles are handled by Tailwind CDN and the Custom CSS block in header.php 
   to preserve exact specificity and loading order from the original HTML.
*/

/* ADMIN BAR FIX: Restore cursor when WP Admin bar is present */
body.admin-bar {
    cursor: auto !important;
}
body.admin-bar #cursor {
    display: none !important;
}