/*
Theme Name: Korevolution
Theme URI: https://korevolution.com
Author: korevolution.com
Author URI: https://korevolution.com
Description: Minimal starter parent theme con supporto per WooCommerce.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: korevolution
Tags: block-theme, full-site-editing, fse, woocommerce
*/

/* Base */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
}

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

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