/*
Theme Name: Shades Theme
Theme URI: https://example.com
Author: Custom Theme
Author URI: https://example.com
Description: Custom WordPress theme with sticky shrinking header, mobile drawer navigation, hero section, featured tiles, and image-overlay footer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shades-theme
*/

:root{
  --bg:#fff;
  --text:#000;
  --accent:#c3a36e;
}

html,body{margin:0;padding:0;background:#fff;}
