/*
Theme Name: Init
Theme URI: https://example.com/
Author: Developer
Description: A minimalist blank canvas theme optimized for Elementor full-width landing pages.
Version: 1.0.0
Text Domain: init
*/

/* Reset default browser margins to ensure true full-width and full-height rendering */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-height: 100vh;
}
