/*
Theme Name: CeeJay Theme
Theme URI: https://webmadeyours.com
Author: Charanjit Singh
Author URI: https://webmadeyours.com
Description: Standalone custom theme for WebMadeYours.com. Built for Elementor Free. All design handled by CJ Widgets plugin.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: ceejay-theme
*/

/* Base reset - all visual design lives in the plugin widgets */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #0D2B2B; }
#page-wrap { min-height: 100vh; }
