/*
Theme Name: Ebook Modern Shop
Theme URI: https://example.com/ebook-modern-shop
Author: OpenCode
Author URI: https://example.com
Description: Luxury-minimal WooCommerce theme for selling ebooks with pure PHP, CSS and vanilla JS.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ebook-modern-shop
Tags: ecommerce, woocommerce, custom-logo, custom-menu, featured-images, threaded-comments
*/

:root {
  --color-bg: #0f0f0f;
  --color-surface: #171717;
  --color-surface-2: #1f1f1f;
  --color-text: #f5f2ee;
  --color-muted: #b6b0a5;
  --color-accent: #c9a84c;
  --color-border: #323232;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.32);
  --container: 1320px;
}
