/*
Theme Name: MAKA Theme
Theme URI: https://www.estilomaka.com
Author: MAKA
Author URI: https://www.estilomaka.com
Description: Tema de WordPress + WooCommerce para MAKA — moda femenina colombiana, libre y consciente. Diseño bohemio con formas orgánicas, paleta cálida lila/amarillo/verde y tipografías Poppins + Fraunces. "La magia está en ser tú."
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maka
Tags: woocommerce, e-commerce, two-columns, custom-menu, custom-logo, featured-images, translation-ready, boho
WC requires at least: 7.0
WC tested up to: 8.6
*/

/*
 * NOTA DE PERSONALIZACIÓN
 * --------------------------------------------------------------
 * Los estilos visuales completos del tema viven en:
 *   assets/css/main.css
 * Este archivo style.css solo contiene la cabecera obligatoria
 * que WordPress necesita para reconocer el tema, además de unos
 * pocos resets base. Para editar colores, tipografías y layout
 * dirígete a assets/css/main.css (variables CSS al inicio).
 * --------------------------------------------------------------
 */

/* Reset mínimo */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

/* Clases de accesibilidad de WordPress */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
