/*
Theme Name: PharmaCommerce
Theme URI: https://tudominio.com
Author: Julian
Description: Tema base replicable para farmacias con WooCommerce
Version: 1.0.0
Text Domain: pharma-starter
*/

/* Reset básico y sano */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
}

