/*
Theme Name: La Pera
Theme URI: https://lapera.es
Description: Tema personalizado para La Pera Estudio Creativo - Productos personalizados premium
Version: 1.0.0
Author: La Pera Estudio Creativo
Author URI: https://lapera.es
Text Domain: lapera
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: var(--font-body), sans-serif;
  color: var(--color-black);
  background-color: var(--color-white);
  overflow-x: hidden;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading), serif;
  font-weight: 400;
  color: var(--color-black);
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
}
