/*
Theme Name: LYVO Sales Block
Author: LYVO
Description: Tema de bloques premium y orientado a conversión para LYVO. Incluye Full Site Editing, patrones editables, páginas comerciales, soporte y WooCommerce.
Version: 2.6.10
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: lyvo
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: block-patterns, block-styles, full-site-editing, e-commerce, wide-blocks
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.lyvo-front-page-content {
  margin-block: 0;
}

.lyvo-front-page-content > * {
  margin-block-start: 0;
}

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

::selection {
  background: #9abb4e;
  color: #0a0a0a;
}
