/*
Theme Name: Tableros Borrables y Estampados
Theme URI: https://github.com/google-deepmind/antigravity
Description: Tema de WordPress moderno, minimalista y ultra rápido diseñado para "Tableros Borrables y Estampados" en Bogotá. Compatible al 100% con Elementor Pro, Gutenberg y WooCommerce.
Author: Antigravity IDE
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tableros-theme
*/

/* Reset & Core Body Styles */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  color: #1E293B;
  background-color: #FFFFFF;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Header/Menu Dynamic styling resets for WP standard classes */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  display: inline-block;
  position: relative;
}

/* Fallback screen-reader class */
.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;
  width: 1px;
  word-wrap: normal !important;
}

/* Alignment utilities */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

/* Transitions */
a, button {
  transition: all 0.2s ease-in-out;
}
