/*
Theme Name: DevCanvasX
Theme URI: https://devcanvasx.com
Author: DevCanvasX
Author URI: https://devcanvasx.com
Description: DevCanvasX is a powerful standalone theme and code editor for HTML, PHP, CSS and JS code building. Includes an admin Codesbase, Settings submenu, and documentation quick access.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devcanvasx
Requires at least: 6.0
Requires PHP: 7.4
Tags: custom-menu, custom-logo, custom-header, custom-background, translation-ready
*/

/* Add theme styles here or enqueue in functions.php */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
}

/* Adjust sticky header position when WordPress admin bar is present */
body.admin-bar .devcanvasx-header-sticky {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .devcanvasx-header-sticky {
        top: 46px !important;
    }
}
