/*
Theme Name: Lacon Child
Theme URI: https://github.com/vksen/lacon-theme
Template: lacon
Author: Lacon Minimalist Design
Author URI: https://github.com/vksen
Description: Official Child Theme for Lacon - an ultra-minimalist, fast WordPress blog theme. Use this child theme to customize styles, templates, and functions while keeping the parent theme safely updatable without losing changes.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lacon-child
Tags: blog, clean, minimal, modern, custom-colors, translation-ready
*/

/* ==========================================================================
   Lacon Child Theme Custom Styles
   --------------------------------------------------------------------------
   Add your custom CSS below this comment block.
   These styles are enqueued AFTER all parent styles (style.css and main.css)
   so your rules take precedence without needing !important.
   ========================================================================== */

/* Example: Customize Accent Color
:root {
  --lacon-accent: #0284c7;
}
[data-theme="dark"] {
  --lacon-accent: #38bdf8;
}
*/
