/*
Theme Name:        Kenal Louis
Theme URI:         https://kenallouis.com
Author:            Kenal Louis
Author URI:        https://kenallouis.com
Description:       Sleek, contemporary, edgy WooCommerce-ready theme for the Kenal Louis art & merch store. White canvas, black ink, gold accents (#FBD028). Includes a 2men-style mega menu, configurable homepage sections (hero collage, newest products, category tiles, story band, value props, blog journal, newsletter), built-in live product search, collections, and Printful catalog modules (the standalone plugins can be removed — every shortcode keeps working), full Customizer control over colors/typography/layout, multiple page templates, logo & favicon upload, and pairs with the KL Builder visual editor plugin.
Version:           2.0.9
Requires at least: 5.0
Tested up to:      6.7
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:       klt
Tags:              e-commerce, custom-logo, custom-menu, custom-colors, featured-images, full-width-template, blog, two-columns, right-sidebar, left-sidebar
*/

/*
 * NOTE
 * The actual visual styles for the theme live in /assets/css/main.css
 * (loaded via wp_enqueue_style in functions.php). This file exists primarily
 * for the WordPress theme metadata above. We mirror a small reset here so the
 * theme remains usable even if main.css fails to load.
 */

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #222; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
