/*
Theme Name: AIC
Theme URI: https://autoimmunitycare.com/
Author: Autoimmunity Care
Author URI: https://autoimmunitycare.com/
Description: Custom WooCommerce theme for Autoimmunity Care. Includes a bespoke homepage, shop page and a mega-menu driven by live WooCommerce product categories.
Version: 1.0.0
Requires at least: 6.0
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: aic
Tags: e-commerce, woocommerce, custom-menu, featured-images, translation-ready
WC requires at least: 6.0
WC tested up to: 9.9
*/

/*
 * The compiled, section-specific styles live in /assets/css/*.
 * This file only carries the theme header (required by WordPress) plus a
 * couple of global resets so the theme also degrades gracefully if the
 * enqueued stylesheets ever fail to load.
 */

:root {
	--aic-ink: #2b2b2b;
	--aic-muted: #6f7672;
	--aic-green: #6fae6f;
	--aic-green-d: #4f8a51;
	--aic-peach: #f2a16b;
	--aic-peach-d: #e08a4e;
	--aic-mega-active: #f3b98d;
	--aic-rose: #cf948c;
	--aic-rose-d: #bd8079;
	--aic-mint: #e8f3e8;
	--aic-lavender: #ece8f6;
	--aic-pink-t: #fbe7ef;
	--aic-cream: #fdf3e6;
	--aic-line: #eef0ee;
	--aic-radius: 18px;
	--aic-shadow: 0 10px 30px rgba(40, 60, 40, .08);
	--aic-container: 1180px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: "Poppins", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
	color: var(--aic-ink);
	background: #fff;
	line-height: 1.6;
}

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

a { color: var(--aic-green-d); }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

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