/*
Theme Name: Soeteck
Theme URI: https://soeteck.com
Author: Soeteck Team
Author URI: https://soeteck.com
Description: Custom classic WordPress theme for Soeteck data center solutions. Built as a drop-in replacement for Bricks Builder, preserving all URLs, SEO, WooCommerce, and multilingual functionality.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soeteck
Domain Path: /languages
Tags: e-commerce, woocommerce, translation-ready, custom-logo, custom-menu, featured-images
*/

/*
   🚨 IMPORTANT:
   - This file contains only the theme header and base CSS resets
   - Component styles go in assets/css/
   - Design tokens go in theme.json
*/

/* Base Reset - will be expanded in Phase 4 */
html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--soeteck-font-body, system-ui, -apple-system, sans-serif);
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#primary {
    padding: 0;
}

#colophon {
    padding: 40px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}
