/*
Theme Name: Respon Template
Theme URI: https://respon.web.id
Author: Anda
Author URI: https://respon.web.id
Description: Tema WordPress kustom yang terintegrasi penuh dengan Elementor dan WooCommerce.
Version: 1.0.0
Text Domain: respon-template
*/

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: #ffffff;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Mengatasi konflik WooCommerce & Elementor */
.woocommerce img, .woocommerce-page img {
    height: auto;
}