/*
Theme Name: Haemoclaim Main Theme
Theme URI: https://haemoclaim.com
Author: The Northern Agency
Author URI: https://the-northern.agency/
Description: A minimal WordPress theme designed for use with Elementor page builder.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haemoclaim
*/

/* Base Typography */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
}

/* Elementor full-width support */
.elementor-page .site-content {
    width: 100%;
}

/* WooCommerce basic support placeholder */
.woocommerce-page .site-content {
    width: 100%;
}
