/*
Theme Name: Lqueenwrites
Theme URI: https://lqueenwrites.com
Author: Emmanuel Ayeni
Author URI: https://lqueenwrites.com
Description: Custom child theme for Lqueenwrites — a light, airy, and professional personal brand platform for Tolu Seyi-Daniel, certified counsellor, coach, and speaker. Built on Hello Elementor.
Template: hello-elementor
Version: 1.0.0
Requires PHP: 7.4
Text Domain: lqueenwrites
*/

/* ==========================================================================
   Design System — CSS Variables
   ========================================================================== */
:root {
	/* Brand anchor */
	--lq-primary: #03322b;
	--lq-primary-light: #0d4a40;

	/* Balancing neutrals */
	--lq-bg-soft: #f9faf8;
	--lq-bg-alt: #e6edeb;
	--lq-card: #ffffff;

	/* Supporting accents */
	--lq-blush: #f3eae5;
	--lq-sage: #bfd5c7;
	--lq-yellow: #ffdfa6;
	--lq-teal: #9abfc4;

	/* Text */
	--lq-text: #1f2d2a;
	--lq-text-muted: #5b6b66;
	--lq-on-primary: #f9faf8;

	/* Typography */
	--lq-font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--lq-font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	/* Layout */
	--lq-container: 1200px;
	--lq-radius-lg: 28px;
	--lq-radius-md: 18px;
	--lq-radius-sm: 10px;
	--lq-shadow: 0 12px 40px rgba(3, 50, 43, 0.08);
	--lq-shadow-hover: 0 18px 50px rgba(3, 50, 43, 0.14);
	--lq-gap: clamp(1.5rem, 4vw, 3rem);
}

/* The remainder of this theme's CSS lives in assets/css/main.css,
   enqueued via functions.php for better caching and maintainability. */
