/*
Theme Name: Deep View Tax Consultancy
Theme URI: https://deepviewtax.com
Author: Deep View Tax Consultancy Inc.
Author URI: https://deepviewtax.com
Description: A fully custom, animated WordPress theme for Deep View Tax Consultancy Inc. — Canadian, U.S. and cross-border tax, accounting and advisory services. Dark navy and white palette, scroll animations, and full responsiveness.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: deepview
*/

/* Main styles live in assets/css/main.css (enqueued via functions.php) so we can
   organize the stylesheet properly. This file only needs the header above to be
   a valid WordPress theme, but we add a tiny reset here as a safety net in case
   main.css fails to load. */

* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
