/*
Theme Name: Digital Scripters
Theme URI: https://digitalscripters.com
Author: Digital Scripters Team
Author URI: https://digitalscripters.com
Description: A premium AI Agency WordPress theme converted from React.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-scripters
*/

/* Reset & Basic Styles - Tailwind will handle most, this is for WP compatibility */
body {
    background-color: #030712;
    color: #f9fafb;
    overflow-x: hidden;
}

/* Ensure admin bar doesn't break sticky nav */
.admin-bar nav {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar nav {
        top: 46px;
    }
}
