/*
Theme Name: 101dxb
Theme URI: https://101dxb.com
Author: Mubaris
Author URI: https://101dxb.com
Description: A super fast, minimal, and responsive WooCommerce compatible theme built for 101dxb.com.
Version: 1.0.0
Text Domain: 101dxb
*/

/* Reset & Basic Minimal Styling */
body {
    font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #111111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Minimal Header */
.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
