/*
Theme Name: LUSHAJ.SHOP
Theme URI: https://shop.lushaj.al/
Description: Mobile-first Child Theme für die eigenständige LUSHAJ.SHOP-Commerce-Plattform.
Author: LUSHAJ
Template: generatepress
Version: 0.2.0
Text Domain: lushaj-shop
Requires at least: 6.7
Requires PHP: 8.1
*/

:root {
	--lushaj-shop-surface: #fff;
	--lushaj-shop-ink: #171717;
	--lushaj-shop-muted: #667085;
	--lushaj-shop-border: #e4e7ec;
	--lushaj-shop-accent: #8f1830;
	--lushaj-shop-accent-strong: #6f1124;
	--lushaj-shop-surface-soft: #f6f4f0;
	--lushaj-shop-radius: 1rem;
	--lushaj-shop-content-width: 93.75rem;
}

html { scroll-behavior: smooth; }
body { background: var(--lushaj-shop-surface-soft); color: var(--lushaj-shop-ink); }
body, button, input, select, textarea { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { max-width: 100%; height: auto; }
.site-info { display: none; }
[dir="rtl"] .lushaj-shop { text-align: start; }
