/*
Theme Name: LovFah
Theme URI: https://wordpress.org/themes/lovfah/
Description: A modern, responsive WordPress theme with WooCommerce integration and beautiful design.
Author: LovFah
Author URI: https://lovfah.com
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: twentytwentyfive
Tags: custom, modern, responsive, e-commerce, woocommerce, blog, business

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
 * LovFah - Standalone WordPress Theme
 * All styles are loaded via lovfah-custom.css and woocommerce.css
 * 
 * Base styles are minimal - main styling is in lovfah-custom.css
 */

/* Basic typography reset */
body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
}

/* Ensure images are responsive */
img {
	max-width: 100%;
	height: auto;
}

/* Basic link styles */
a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

