/*
Theme Name: SimmeDev
Author: SimmeDev
Description: A deliberately minimal development theme for shortcode- and block-driven application pages. It adds no visible header, footer, menus, sidebars, blog chrome, page-title output, or content-width restriction.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: simmedev
*/

/*
 * SimmeDev deliberately avoids visual styling.
 * The application PHP/shortcode and its own master CSS should control the UI.
 * This reset only removes the browser's default page edge spacing.
 */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}
