/*
Theme Name: BestSale
Theme URI: https://bestsalebuy.shop
Description: Minimalist black &amp; white WooCommerce theme built for direct-response stores driven by landing pages. Single-banner homepage, minimalist footer, and a beautifully elegant checkout with reviews and trust reinforcement. Pair with the Direct Landings plugin.
Author: BestSale
Version: 1.1.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: bestsale
Tags: e-commerce, minimalist, black-and-white
*/

/* Base variables */
:root {
	--bs-ink: #0a0a0a;
	--bs-ink-soft: #1a1a1a;
	--bs-muted: #6b6b6b;
	--bs-line: #e6e6e6;
	--bs-line-soft: #f0f0f0;
	--bs-bg: #ffffff;
	--bs-bg-soft: #fafafa;
	--bs-accent: #0a0a0a;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: var(--bs-ink);
	background: var(--bs-bg);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .15s; }
a:hover { opacity: .7; }
button { font-family: inherit; }

.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; background: #fff; padding: 10px 14px; z-index: 999; }
