/*
Theme Name: Shiloh
Theme URI: https://example.com/shiloh
Author: Haxan Iftikhar
Author URI: https://haxan-iftikhar.vercel.app
Description: A clean, lightweight, fully Elementor-compatible custom theme built for the Shiloh site. Blank canvas by design — all layout/design controlled via Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: shiloh
*/

/* Base resets - kept minimal so Elementor has full control */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.site-content {
  width: 100%;
}
