/*
Theme Name: Kivo
Theme URI: https://kivostyle.com
Author: Kivo Style
Author URI: https://kivostyle.com
Description: Kivo — a modern, editorial fashion & apparel theme built from scratch with full WooCommerce support. Clean typography, generous whitespace, and a conversion-focused shop experience.
Version: 1.0.0
Requires at least: 6.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: kivo
Tags: e-commerce, fashion, woocommerce, custom-menu, featured-images, translation-ready, two-columns, right-sidebar
WC requires at least: 6.0
WC tested up to: 10.8
*/

/*
 * All layout & component styles live in assets/css/main.css (enqueued via functions.php).
 * This file exists for the required WordPress theme header above and a small critical reset.
 */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: var(--kivo-font-body, "Jost", system-ui, sans-serif);
    color: var(--kivo-ink, #1a1a1a);
    background: var(--kivo-bg, #ffffff);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }
