/*
Theme Name: Plaka Premium
Theme URI: https://plakaonline.co.za
Author: Plaka Team
Description: A premium lifestyle and WooCommerce theme
Version: 2.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plaka-premium
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Tags: custom-logo, custom-menu, featured-images, ecommerce, woocommerce
*/

/*
 * Minimal baseline stylesheet.
 * Full design system lives in assets/css/main.css.
 */

:root {
	--bg: #f8f5f1;
	--surface: #ffffff;
	--ink: #1a1a1a;
	--line: rgba(26, 26, 26, 0.12);
	--accent: #b38b3d;
}

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

body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

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

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 8px 12px;
	margin: 0;
	clip-path: none;
	background: var(--surface);
	border: 1px solid var(--line);
	z-index: 10000;
}
