/*
Theme Name: PrintFoundryShop
Theme URI: https://printfoundryshop.example
Author: DevLux Studio
Author URI: https://devlux.studio
Description: A modern industrial / maker-focused WooCommerce theme for PrintFoundryShop — a 3D printing marketplace and custom fabrication studio. Includes a custom print-quote system, dynamic WooCommerce shop styling, and full Customizer control.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: printfoundryshop
Tags: e-commerce, woocommerce, custom-menu, featured-images, threaded-comments, translation-ready
WC requires at least: 7.0
WC tested up to: 8.7
*/

/* =========================================================
   Design Tokens
   ========================================================= */
:root {
  --pf-charcoal-900: #111111;
  --pf-charcoal-800: #181818;
  --pf-charcoal-700: #222222;
  --pf-ink: #1a1a1a;
  --pf-muted: #6b6b6b;
  --pf-line: #e6e4df;
  --pf-bg: #f7f7f5;
  --pf-white: #ffffff;

  /* Accent is Customizer-overridable via --pf-accent inline var */
  --pf-accent: #ff6b21;
  --pf-accent-2: #e85d1f;
  --pf-accent-3: #c94e18;

  --pf-radius: 10px;
  --pf-radius-sm: 6px;
  --pf-shadow-sm: 0 1px 2px rgba(17,17,17,.06), 0 2px 8px rgba(17,17,17,.05);
  --pf-shadow-md: 0 6px 24px rgba(17,17,17,.10);
  --pf-maxw: 1240px;
  --pf-gap: clamp(16px, 3vw, 32px);

  --pf-font-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --pf-font-body: "Inter", system-ui, -apple-system, sans-serif;
}

/* The rest of the theme CSS is enqueued from assets/css/main.css
   This file exists primarily for the WordPress theme header above. */
