/*
Theme Name: HTML Website Builder
Theme URI: https://example.com/
Author: OpenAI
Description: A lightweight code-first WordPress theme with dedicated Header HTML, Footer HTML, and Global CSS controls.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: html-website-builder
*/

html, body {
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
