/*
Theme Name: Lojy Store
Theme URI: https://lojy.com.br
Author: Lojy
Author URI: https://lojy.com.br
Description: Tema moderno e profissional para WooCommerce, desenvolvido por Lojy.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lojy-theme
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Reset e Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Fraunces', serif; color: var(--text-color, #333); background: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: opacity .2s; }
a:hover { opacity: .85; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
