/*
Theme Name: Zenith Dark
Theme URI: https://example.com/zenith-dark
Author: Zenith AI
Author URI: https://example.com
Description: A minimalist, dark-mode blog theme. Generated with Zenith Builder.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, minimalist, blog, grid-layout, one-column, accessibility-ready
Text Domain: zenith-dark
*/

body {
    background-color: #0a0a0a;
    color: #e2e2e2;
}

/* Ensure admin bar doesn't overlap fixed header */
body.admin-bar header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px;
    }
}
