/*
Theme Name: SZS Theme
Theme URI: https://sub-zerosystems.com
Author: Sub-Zero Systems
Author URI: https://sub-zerosystems.com
Description: Custom minimal theme for Sub-Zero Systems WooCommerce store.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: szs-theme
*/

/* Base reset — everything else is handled per-template */
*, *::before, *::after { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: #080f1e;
    color: #d4eaf5;
    overflow-x: hidden;
    scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { display: none; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
