/*
Theme Name: ClearView Migration
Theme URI: https://example.com
Author: 
Author URI: https://example.com
Description: A lightweight custom WordPress theme for ClearView Migration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: clearviewmigration
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}