/*
Theme Name: Faarket
Theme URI: https://faarket.example.com
Author: Faarket Studio
Author URI: https://faarket.example.com
Description: A modern, colourful, futuristic WooCommerce theme for Faarket — a natural-products marketplace selling dehydrated fruit and vegetable powders, flakes, ABC Malt, cold-pressed oils, seeds, dry fruits, fruit leathers, bath powders and handmade soaps. Built mobile-first with an editable homepage, WooCommerce product integration, an interactive ingredient explorer and accessible, lightweight animation.
Version: 1.1.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: faarket
Tags: e-commerce, food-and-drink, one-column, two-columns, right-sidebar, custom-logo, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

Faarket ships its bulk styling in assets/css/main.css (enqueued separately for caching).
This file exists to satisfy the WordPress theme header requirement and provide a minimal reset.
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}

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