/*
Theme Name: fullzcfv Dark Theme
Theme URI: https://fullzcfv.shop
Description: Dark web-inspired theme with green accents for digital marketplace
Author: Eden Digital Hub
Author URI: https://fullzcfv.shop
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: fullzcfv
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #0a0a0a;
    color: #e5e5e5;
    line-height: 1.6;
}

/* Remove default theme elements */
.site-header,
.storefront-primary-navigation,
.site-branding,
.storefront-handheld-footer-bar {
    display: none !important;
}

/* Main content wrapper */
.site-content {
    min-height: calc(100vh - 140px);
    padding: 0;
}
