/*
Theme Name: Biz Care Store
Theme URI: https://elementor.com/
Author: Biz Care
Author URI: https://bizcare.example
Description: A lightweight WooCommerce-ready theme built for use with Elementor Pro. Hands full header/footer/archive/single control to Elementor Pro Theme Builder. Ships with a bundled Elementor template kit (Global Kit, Header, Homepage, Shop, Product Category, Single Product, Cart, Checkout, My Account, Blog Archive, Single Blog, Contact, About, FAQ, Footer) importable from Appearance > Import Store Templates.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: biz-care-store
Requires Plugins: elementor, woocommerce
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Minimal base styles — Elementor Pro Theme Builder controls header, footer,
   archive, and single templates once the bundled kit is imported and
   assigned in Theme Builder. This file intentionally stays light so it
   never fights with Elementor's own CSS output. */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	color: #4A4A4A;
	background-color: #FFFFFF;
}

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

a {
	color: inherit;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #1E2A38;
	color: #fff;
	padding: 10px 16px;
	z-index: 100000;
}

.skip-link:focus {
	left: 10px;
	top: 10px;
}
