/*
Theme Name: La Tua Luna
Theme URI: https://latualuna.it
Author: La Tua Luna
Author URI: https://latualuna.it
Description: Custom theme for La Tua Luna — commissioned lunar photography. Single-product WooCommerce e-commerce.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: latualuna-theme
*/

/* === CSS Custom Properties — Brand Palette === */
:root {
  /* Backgrounds */
  --color-bg-primary: #0a0a0f;
  --color-bg-secondary: #12121a;
  --color-bg-card: #1a1a25;

  /* Text */
  --color-text-primary: #e8e6e1;
  --color-text-secondary: #8a8a95;

  /* Accent */
  --color-accent: #c9a84c;
  --color-accent-hover: #dabb62;
  --color-moon-glow: #d4c9a8;

  /* Utility */
  --color-border: #2a2a35;
  --color-success: #4a7c59;
  --color-error: #8c3a3a;

  /* Typography */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing */
  --section-padding: clamp(4rem, 10vh, 8rem);
  --container-width: 1200px;
  --content-narrow: 600px;
}
