/*
Theme Name: All In Tools BD
Theme URI: https://www.facebook.com/LabibDigitalMarketing
Author: Md Labib Islam
Author URI: https://www.facebook.com/LabibDigitalMarketing
Description: A modern WooCommerce theme for All In Tools BD e-commerce website
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: AllInToolsBD
Tags: e-commerce, woocommerce, shop, responsive, modern
*/

/* ========================================
   CSS Reset & Base Styles
======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
}
