/*
Theme Name: IndusVally Digital Marketplace
Theme URI: https://www.indusvally.com
Author: IndusVally
Author URI: https://www.indusvally.com
Description: A modern digital goods marketplace theme for selling plugins, ebooks, templates, scripts, and more.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indusvally
Tags: e-commerce, woocommerce, digital-goods, marketplace

IndusVally Digital Marketplace Theme
*/

/* Reset and Base Styles */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f9fafb;
    color: #1e293b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

/* WordPress Admin Bar Offset */
body.admin-bar .iv-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .iv-header {
        top: 46px;
    }
}

/* Hide Scrollbar Utility */
.hide-scroll::-webkit-scrollbar {
    display: none;
}

.hide-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}