/*
Theme Name: MiGloves
Theme URI: https://mi-gloves.com
Author: Your Name
Author URI: https://mi-gloves.com
Description: A secure and modern WordPress theme for MiGloves wholesale safety work gloves.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: migloves
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Header styles */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

/* Navigation */
.main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

/* Content area */
.site-content {
    padding: 2rem 0;
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 0;
    margin-top: 3rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .main-navigation {
        flex-direction: column;
        padding: 1rem;
    }
}
