/*
Theme Name: ilmCode Canvas
Theme URI: https://ilmcodetech.com
Author: ilmCode Technologies
Author URI: https://ilmcodetech.com
Description: A minimalist theme with NO header or footer, perfect for SPA or Web-to-App projects. It provides a full-width, full-height blank canvas for page builders like Elementor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ilmcode-canvas
Tags: one-column, full-width-template, custom-colors, minimalist, translation-ready
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 6.4
*/

/*
This theme is a blank canvas. 
All styling is handled via WordPress functions.php injection or Page Builders.
*/

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}