/*
 * Theme Name:        MLQ Tactic
 * Theme URI:         https://mlqtactic.com
 * Description:       Tema WooCommerce a medida para MLQ Tactic Airsoft — Rubí, Barcelona. Diseño militar/táctico oscuro con soporte completo para WooCommerce.
 * Version:           1.0.0
 * Author:            Nexora Suite
 * Author URI:        https://nexorasuite.app
 * License:           Proprietary
 * License URI:       https://nexorasuite.app
 * Text Domain:       mlqtactic
 * Domain Path:       /languages
 * Requires at least: 6.0
 * Tested up to:      6.7
 * Requires PHP:      8.0
 * WC requires at least: 8.0
 * WC tested up to:      9.0
 * Tags:              woocommerce, ecommerce, airsoft, dark, tactical, custom
 */


html {
    margin-top: 0 !important;
}

body {
    margin: 0 !important;
    padding: 0;
}
.mlqt-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    font-family: 'Inter', sans-serif;
}

button,
.mlqt-btn,
input[type="submit"] {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}