/*
Theme Name: WaveLift Gutenberg
Theme URI: https://wavelifttech.com/
Author: Saife Shanto / Cloud Canvas Tech
Author URI: https://cloudcanvastech.com/
Description: Custom Gutenberg-first WordPress theme for WaveLift Inc., developed by Saife Shanto at Cloud Canvas Tech. Header and footer remain theme templates while all page-body sections are editable with native Gutenberg blocks.
Version: 3.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: wavelift
Tags: custom-logo, custom-menu, block-patterns, wide-blocks, responsive-layout
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

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