/*
Theme Name: TronPlug
Theme URI: https://devszon.com/tronplug
Author: DevsZon
Author URI: https://devszon.com
Description: Modern, clean, and fast eCommerce WordPress theme with Elementor and WooCommerce support
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tronplug
Requires at least: 5.7
Tested up to: 6.3
Requires PHP: 7.4
Requires Plugins: elementor, woocommerce
Tags: e-commerce, two-columns, right-sidebar, custom-background, custom-colors
*/

body {
    margin: 0;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b28;
    background-color: #fff;
    max-width: 100vw;
    overflow-x: hidden;
}

a {
    color: #F77B0B;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #E56F0E;
}